We are exiting if its a registration-only runner (#641)
This commit is contained in:
parent
9e4dbf497c
commit
1084a37174
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue