WIP: wip-entrypoint #2

Draft
merith-tk wants to merge 18 commits from wip-entrypoint into main
Showing only changes of commit 962c6a62bb - Show all commits

View file

@ -40,7 +40,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
#