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

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