From 1084a3717412093a691272490981c2fcf037eadb Mon Sep 17 00:00:00 2001 From: Shubham Gopale Date: Tue, 22 Jun 2021 13:56:03 +0530 Subject: [PATCH] We are exiting if its a registration-only runner (#641) --- runner/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 88bd8666..0d2a797f 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -88,7 +88,7 @@ fi if [ -n "${RUNNER_REGISTRATION_ONLY}" ]; then echo - echo "This runner is configured to be registration-only. Existing without starting the runner service..." + echo "This runner is configured to be registration-only. Exiting without starting the runner service..." exit 0 fi