Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template
https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
This commit is contained in:
parent
a1d1b3aa89
commit
af88ccfae8
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
|
ROLLOUT_RESOURCE_TYPE: deployment
|
||||||
|
|
||||||
|
DOCKER_TLS_CERTDIR: "" # https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in a new issue