We are exiting if its a registration-only runner (#641)

This commit is contained in:
Shubham Gopale
2021-06-22 13:56:03 +05:30
committed by GitHub
parent 9e4dbf497c
commit 1084a37174

View File

@@ -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