Skip to content
Snippets Groups Projects
Commit dfc42dda authored by nimrod's avatar nimrod
Browse files

Run untagged jobs.

Set the runners to run untagged jobs (I only enabled tagging to run
specific jobs in specific runners, the untagged jobs should still run
wherever).
parent 5fc0ae11
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ services:
DOCKER_IMAGE: docker:19.03
REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
RUNNER_NAME: "${RUNNER_NAME}"
REGISTER_RUN_UNTAGGED: "${RUN_UNTAGGED:-true}"
RUNNER_TAG_LIST: "${RUNNER_NAME}"
image: adarnimrod/gitlab-runner
restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment