store time of last upgrade
This commit is contained in:
parent
0863f48c7e
commit
83572c5c71
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ branch=$(jq --raw-output .head.ref < $runner_pr)
|
||||||
test "$branch" != null
|
test "$branch" != null
|
||||||
cd $setup_forgejo
|
cd $setup_forgejo
|
||||||
./utils/upgrade-runner.sh $url @$branch
|
./utils/upgrade-runner.sh $url @$branch
|
||||||
|
date > last-upgrade
|
||||||
|
|
Loading…
Reference in a new issue