From 532a2bb2a969d87e6096bc461669b60735f3419b Mon Sep 17 00:00:00 2001 From: Richard Fussenegger Date: Tue, 22 Mar 2022 19:33:14 +0100 Subject: [PATCH] feat: remove registration-only runner logic from entrypoint (#1249) Closes #1207 --- runner/entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index ecc279d9..4fbbfae9 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -150,11 +150,6 @@ cat .runner # -H "Authorization: bearer ${GITHUB_TOKEN}" # https://api.github.com/repos/USER/REPO/actions/runners/171 -if [ -n "${RUNNER_REGISTRATION_ONLY}" ]; then - success "This runner is configured to be registration-only. Exiting without starting the runner service..." - exit 0 -fi - if [ -z "${UNITTEST:-}" ]; then mkdir ./externals # Hack due to the DinD volumes