Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template

https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
This commit is contained in:
Tiger 2019-07-24 09:52:39 +10:00
parent a1d1b3aa89
commit af88ccfae8
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