Unset environment variables for runner config
This commit is contained in:
parent
829a167303
commit
f2d3ca672f
|
|
@ -17,4 +17,6 @@ fi
|
|||
|
||||
cd /runner
|
||||
./config.sh --unattended --replace --name "${RUNNER_NAME}" --url "https://github.com/${RUNNER_REPO}" --token "${RUNNER_TOKEN}"
|
||||
|
||||
unset RUNNER_NAME RUNNER_REPO RUNNER_TOKEN
|
||||
exec ./run.sh --once
|
||||
|
|
|
|||
Loading…
Reference in New Issue