mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-09-18 09:57:48 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
@@ -366,7 +366,7 @@ __post_execute() {
|
||||
# commands to execute
|
||||
if [ -d "$CONF_DIR/multi" ]; then
|
||||
for multi in "$CONF_DIR/multi"/*; do
|
||||
if [ -n "$multi" ]; then
|
||||
if [ -n "$multi" ] && [ -d "$multi" ]; then
|
||||
unset pid is_running name
|
||||
name="$(basename "$multi")"
|
||||
if [ -f "$$multi/$name.yaml" ] && [ -f "$multi/runners" ]; then
|
||||
|
Reference in New Issue
Block a user