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.
2 parents 706339b + c6f70dd commit 47ce625Copy full SHA for 47ce625
entrypoint.sh
@@ -26,6 +26,7 @@ deregister_runner() {
26
RUNNER_TOKEN=$(echo "${_TOKEN}" | jq -r .token)
27
fi
28
./config.sh remove --token "${RUNNER_TOKEN}"
29
+ [[ -f "/actions-runner/.runner" ]] && rm -f /actions-runner/.runner
30
exit
31
}
32
@@ -202,6 +203,7 @@ if [[ -n "${_CONFIGURED_ACTIONS_RUNNER_FILES_DIR}" ]]; then
202
203
else
204
echo "Runner reusage is disabled"
205
if [[ ${_DEBUG_ONLY} == "false" ]]; then
206
207
configure_runner
208
209
0 commit comments