Added untagged jobs
This commit is contained in:
parent
1a120274e9
commit
3cf047811e
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@ services:
|
|||
environment:
|
||||
- CI_SERVER_URL=${GITLAB_SERVER_URL}
|
||||
- REGISTRATION_TOKEN=${GITLAB_RUNNER_REGISTRATION_TOKEN}
|
||||
- RUNNER_NAME=${GITLAB_RUNNER_NAME}
|
||||
- RUNNER_TAG_LIST=${GITLAB_RUNNER_TAGS}
|
||||
- RUNNER_EXECUTOR=docker
|
||||
- RUNNER_RUN_UNTAGGED=true
|
||||
- RUNNER_TAG_LIST=
|
||||
- DOCKER_TLS_CERTDIR=
|
||||
- DOCKER_IMAGE=${GITLAB_RUNNER_DOCKER_IMAGE}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue