We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece1979 commit 90e8d82Copy full SHA for 90e8d82
1 file changed
github-runner-installer
@@ -278,22 +278,7 @@ download() {
278
configure() {
279
line
280
say Configuring GitHub runner...
281
- say Removing existing runner...
282
-
283
- # Remove
284
- # @TODO: If runner has a job, wait for it to complete.
285
cd $RUNNER_FOLDER
286
287
- # @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
296
- say Configuring new runner...
297
298
# Configure
299
CMD="./config.sh \
0 commit comments