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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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