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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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