[gvfs/fix-ci: 1/2] ci: Fix update-image job



commit 1c9101486ebad153429ec66a54a38dc997eee3af
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Feb 19 16:02:12 2020 +0100

    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.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]