Skip to content

Commit

Permalink
Unset ACCESS_TOKEN|RUNNER_TOKEN after configure
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed May 23, 2020
1 parent 2584808 commit 3d44159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ echo "Configuring"
--unattended \
--replace

unset RUNNER_TOKEN
unset ACCESS_TOKEN

./bin/runsvc.sh

0 comments on commit 3d44159

Please sign in to comment.