mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-09-18 15:57:47 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/08-gitea.sh rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
@@ -191,7 +191,9 @@ __execute_prerun() {
|
||||
__init_config_etc
|
||||
|
||||
# Define other actions/commands
|
||||
|
||||
while :; do
|
||||
pgrep gitea && break || { echo "Waiting for gitea to start before continuing" >&2 && sleep 60; }
|
||||
done
|
||||
}
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Run any pre-execution checks
|
||||
|
Reference in New Issue
Block a user