mirror of https://code.forgejo.org/forgejo/runner
store time of last upgrade
parent
0863f48c7e
commit
83572c5c71
|
@ -12,3 +12,4 @@ branch=$(jq --raw-output .head.ref < $runner_pr)
|
|||
test "$branch" != null
|
||||
cd $setup_forgejo
|
||||
./utils/upgrade-runner.sh $url @$branch
|
||||
date > last-upgrade
|
||||
|
|
Loading…
Reference in New Issue