Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-07-24 02:52:39 +0300
committerTiger <twatson@gitlab.com>2019-07-24 02:57:49 +0300
commitaf88ccfae8d972cd4f74ac5742ab58cd036b6582 (patch)
tree75f50471645635f7be8976c9d979e590c8747e35 /lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
parenta1d1b3aa89850844f824205eb75c56af3b5228f3 (diff)
Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template
https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
Diffstat (limited to 'lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index cf3d261c1cb..7b9a169a91f 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -57,6 +57,8 @@ variables:
ROLLOUT_RESOURCE_TYPE: deployment
+ DOCKER_TLS_CERTDIR: "" # https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
+
stages:
- build
- test