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 706339b commit d4ee023Copy full SHA for d4ee023
1 file changed
entrypoint.sh
@@ -202,6 +202,9 @@ if [[ -n "${_CONFIGURED_ACTIONS_RUNNER_FILES_DIR}" ]]; then
202
else
203
echo "Runner reusage is disabled"
204
if [[ ${_DEBUG_ONLY} == "false" ]]; then
205
+ # Make sure there is no remnant runner config, that would break registration
206
+ # Cf. https://github.com/myoung34/docker-github-actions-runner/issues/402
207
+ rm -f /actions-runner/.runner
208
configure_runner
209
fi
210
0 commit comments