generated from oci/template
shfmt entrypoint.sh
This commit is contained in:
parent
ca84c6f041
commit
bd6aebbc8c
1 changed files with 13 additions and 13 deletions
|
@ -102,7 +102,7 @@ if [[ ! -s "${RUNNER_FILE}" ]]; then
|
||||||
--instance "${FORGEJO_URL:-http://forgejo:3000}" \
|
--instance "${FORGEJO_URL:-http://forgejo:3000}" \
|
||||||
--name "${RUNNER_NAME:-$(hostname)}" \
|
--name "${RUNNER_NAME:-$(hostname)}" \
|
||||||
--secret "${FORGEJO_SECRET}" \
|
--secret "${FORGEJO_SECRET}" \
|
||||||
${CONFIG_ARG}\
|
${CONFIG_ARG} \
|
||||||
${EXTRA_ARGS} 2>&1 | tee /tmp/reg.log
|
${EXTRA_ARGS} 2>&1 | tee /tmp/reg.log
|
||||||
else
|
else
|
||||||
run_command forgejo-runner register \
|
run_command forgejo-runner register \
|
||||||
|
@ -110,7 +110,7 @@ if [[ ! -s "${RUNNER_FILE}" ]]; then
|
||||||
--name "${RUNNER_NAME:-$(hostname)}" \
|
--name "${RUNNER_NAME:-$(hostname)}" \
|
||||||
--token "${RUNNER_TOKEN}" \
|
--token "${RUNNER_TOKEN}" \
|
||||||
--no-interactive \
|
--no-interactive \
|
||||||
${CONFIG_ARG}\
|
${CONFIG_ARG} \
|
||||||
${EXTRA_ARGS} 2>&1 | tee /tmp/reg.log
|
${EXTRA_ARGS} 2>&1 | tee /tmp/reg.log
|
||||||
fi
|
fi
|
||||||
cat /tmp/reg.log | grep -E 'connection successful|registered successfully' >/dev/null
|
cat /tmp/reg.log | grep -E 'connection successful|registered successfully' >/dev/null
|
||||||
|
|
Loading…
Reference in a new issue