pass tests, allow drop in replacement

restore original variables
update to include privileged variable
treat `command` as a command and not an argument to entrypoint
This commit is contained in:
Merith 2024-09-27 10:46:35 -07:00 committed by Merith-TK
parent 27bbc83fed
commit 38a43e67ed
3 changed files with 38 additions and 25 deletions

View file

@ -35,7 +35,7 @@ jobs:
#
# Launch Forgejo & the runner
#
$cli up -d
$cli up -d --remove-orphans
for delay in $(seq 60) ; do test -f /srv/runner-data/.runner && break ; sleep 30 ; done
test -f /srv/runner-data/.runner
#