🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay 2024-08-11 15:34:47 -04:00
parent d8e5a652ee
commit 3e8e590283
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -209,10 +209,11 @@ __run_pre_execute_checks() {
cat <<EOF >"$CONF_DIR/reg/default.sample"
# Settings for the default gitea runner
RUNNER_NAME="sample"
RUNNER_HOME="$CONF_DIR/daemon.yaml"
RUNNER_LABELS="$RUNNER_LABELS"
RUNNER_AUTH_TOKEN="${RUNNER_AUTH_TOKEN:-$SYS_AUTH_TOKEN}"
RUNNER_HOSTNAME="${INSTANCE_HOSTNAME:-http://127.0.0.1:8000}"
CONTAINER_IP4_ADDRESS="${INSTANCE_HOSTNAME}"
RUNNER_HOSTNAME="${HOSTNAME:-http://127.0.0.1:8000}"
CONTAINER_IP4_ADDRESS="${HOSTNAME}"
EOF
fi
if [ ! -f "$CONF_DIR/.runner" ]; then