summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-02-19 16:02:12 +0100
committerOndrej Holy <oholy@redhat.com>2020-02-28 12:04:27 +0100
commit1c9101486ebad153429ec66a54a38dc997eee3af (patch)
treeeea82d2673ba5051072f9881c55e7aa831cd4a27 /.gitlab-ci.yml
parentf855ace44d4af519c249376888ef4d6a870bf769 (diff)
downloadgvfs-1c9101486ebad153429ec66a54a38dc997eee3af.tar.gz
ci: Fix update-image job
Runners are now unprivileged. I tried to use podman, but I was not able to make it work. Let's add the privileged tag to workaround this for now.
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 caa9e54d..3c40b75d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,8 @@ update-image:
variables:
DOCKER_TLS_CERTDIR: ""
image: docker:latest
+ tags:
+ - privileged
services:
- docker:dind
script: