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 7e75260 commit f957d05Copy full SHA for f957d05
Github/Runners/manage_linux.sh
@@ -182,6 +182,8 @@ remove_runner() {
182
fi
183
#Remove Self
184
"/runner-init/config.sh" remove --unattended --token "${RUNNER_TOKEN}"
185
+ #Write Status
186
+ [[ -d "/tmp" && -w "/tmp" ]] && echo "EXITED" | tee "/tmp/GHA_CI_STATUS"
187
#Cleanup
188
unset API_RESPONSE AUTH_URL OFFLINE_RUNNERS_ID REG_URL RUNNERS_ID R_ID RUNNER_ID RUNNER_LABELS RUNNER_TOKEN
189
kill -9 $$
0 commit comments