mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 11:23:07 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
parent
f06d0a1bf3
commit
cd504b5e59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user