We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f9a7c commit bad5569Copy full SHA for bad5569
1 file changed
github-runner-installer
@@ -283,8 +283,13 @@ configure() {
283
# Remove
284
# @TODO: If runner has a job, wait for it to complete.
285
cd $RUNNER_FOLDER
286
- echo ./config.sh remove --token ${RUNNER_CONFIG_TOKEN}
287
- ./config.sh remove --token ${RUNNER_CONFIG_TOKEN} || say "config remove didn't work."
+
+ # @TODO: determine if config remove is needed. Seems like --replace should work?
288
+ # echo ./config.sh remove --token ${RUNNER_CONFIG_TOKEN}
289
+ # config.sh remove can fail because:
290
+ # 1. the service is still installed.
291
+ # 2. TBD.
292
+ # ./config.sh remove --token ${RUNNER_CONFIG_TOKEN} || say "config remove didn't work."
293
294
rm -rf .credentials .runner
295
line
0 commit comments