We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1c660 commit 3dfa5a1Copy full SHA for 3dfa5a1
Github/Runners/manage_linux.sh
@@ -184,6 +184,7 @@ remove_runner() {
184
"/runner-init/config.sh" remove --unattended --token "${RUNNER_TOKEN}"
185
#Cleanup
186
unset API_RESPONSE AUTH_URL OFFLINE_RUNNERS_ID REG_URL RUNNERS_ID R_ID RUNNER_ID RUNNER_LABELS RUNNER_TOKEN
187
+ kill -9 $$
188
}
189
export -f remove_runner
190
#exit if ctrl + c
0 commit comments