Unset environment variables for runner config

This commit is contained in:
Moto Ishizawa 2020-02-06 22:15:26 +09:00
parent 829a167303
commit f2d3ca672f
1 changed files with 2 additions and 0 deletions

View File

@ -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