Commit bf32ad05 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'remove_pin_comment' into 'master'

Remove pin comments from Auto DevOps templates

See merge request gitlab-org/gitlab!25398
parents 72de67c2 53c2e81b
performance: performance:
stage: performance stage: performance
# pin to a version matching the dind service, just to be safe
image: docker:19.03.5 image: docker:19.03.5
allow_failure: true allow_failure: true
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
services: services:
# pin to a known working version until https://gitlab.com/gitlab-org/gitlab-runner/issues/6697 is fixed
- docker:19.03.5-dind - docker:19.03.5-dind
script: script:
- | - |
......
...@@ -4,7 +4,6 @@ build: ...@@ -4,7 +4,6 @@ build:
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
services: services:
# pin to a known working version until https://gitlab.com/gitlab-org/gitlab-runner/issues/6697 is fixed
- docker:19.03.5-dind - docker:19.03.5-dind
script: script:
- | - |
......
code_quality: code_quality:
stage: test stage: test
# pin to a version matching the dind service, just to be safe
image: docker:19.03.5 image: docker:19.03.5
allow_failure: true allow_failure: true
services: services:
# pin to a known working version until https://gitlab.com/gitlab-org/gitlab-runner/issues/6697 is fixed
- docker:19.03.5-dind - docker:19.03.5-dind
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment