mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
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
|
||||
cd $setup_forgejo
|
||||
./utils/upgrade-runner.sh $url @$branch
|
||||
date > last-upgrade
|
||||
|
|
Loading…
Reference in a new issue