mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-01-18 00:34:28 -05:00
🗃️ Committing everything that changed 🗃️
Some checks are pending
release-tag / release-image (push) Waiting to run
Some checks are pending
release-tag / release-image (push) Waiting to run
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
parent
27ac0ee957
commit
e3dc2d6c0e
@ -482,6 +482,7 @@ __post_execute() {
|
||||
done
|
||||
fi
|
||||
if [ -f "$CACHE_CONFIG_FILE" ]; then
|
||||
mkdir -p "$DATA_DIR/cache"
|
||||
act_runner cache-server --config $CACHE_CONFIG_FILE -s 0.0.0.0 -p $RUNNER_CACHE_PORT 2>>/dev/stderr | tee -a -p "$LOG_DIR/cache.log" &
|
||||
execPid=$!
|
||||
if sleep 5 && ps ax | awk '{print $1}' | grep -v grep | grep -q "$execPid$"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user