Skip to content

Commit

Permalink
Unset environment variables for runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Feb 6, 2020
1 parent 829a167 commit f2d3ca6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2d3ca6

Please sign in to comment.