Merge branch '65019-auto-devops-dind-tls-fix' into 'master'

Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template

See merge request gitlab-org/gitlab-ce!31078
This commit is contained in:
Thong Kuah 2019-07-24 02:27:16 +00:00
commit a842c3882c
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template to fix jobs using Docker-in-Docker
merge_request: 31078
author:
type: fixed

View File

@ -57,6 +57,8 @@ variables:
ROLLOUT_RESOURCE_TYPE: deployment
DOCKER_TLS_CERTDIR: "" # https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
stages:
- build
- test