summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-09-13 14:27:56 +0200
committerOndrej Holy <oholy@redhat.com>2019-09-13 14:36:01 +0200
commitc07060972bea47a807c0963d8cbc59b1c0ed5ad1 (patch)
tree9663e2dc0786ae869f4c88cfb2f7d27b615edea6 /.gitlab-ci.yml
parent45a961b3c5c2123582e0a9de6e0c76ae9a97d87e (diff)
downloadgvfs-c07060972bea47a807c0963d8cbc59b1c0ed5ad1.tar.gz
ci: Disable TLS to fix update-image job
Docker uses TLS by default now which breaks the runner. Let's disable TLS for now to fix the update-image job. See the GitLab issue for more info: https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7b436e9..efcac383 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,8 @@ gnome-build-meta-manual:
except: [tags]
update-image:
+ variables:
+ DOCKER_TLS_CERTDIR: ""
image: docker:latest
services:
- docker:dind