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:
commit
a842c3882c
2 changed files with 7 additions and 0 deletions
5
changelogs/unreleased/65019-auto-devops-dind-tls-fix.yml
Normal file
5
changelogs/unreleased/65019-auto-devops-dind-tls-fix.yml
Normal 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
|
|
@ -57,6 +57,8 @@ variables:
|
|||
|
||||
ROLLOUT_RESOURCE_TYPE: deployment
|
||||
|
||||
DOCKER_TLS_CERTDIR: "" # https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue