[gnome-runtime-images/barthalion/ci-shared-runners] Drop privileged tag



commit 5b2e7e6488128b0fe5898b07ebf4bca183ee3d4f
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 20 19:48:06 2020 +0200

    Drop privileged tag

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbea534..7c95b0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,6 @@ stages:
     - rust_bundle
 
 default:
-    tags:
-        - privileged
     before_script:
         - dnf install -y buildah podman
         - buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
@@ -29,7 +27,7 @@ default:
         # For debugging
         - echo ${DOCKERFILE} / ${DOCKERIMAGE}
 
-        - buildah bud -f ${DOCKERFILE} -t ${DOCKERIMAGE} .
+        - podman build -f ${DOCKERFILE} -t ${DOCKERIMAGE} .
         # push only on master branch
         - |
           if [ $CI_COMMIT_REF_NAME == master ]; then
@@ -42,7 +40,7 @@ default:
           cgroup_manager = "cgroupfs"
           events_logger = "file"
           END
-        - podman run --rm ${DOCKERIMAGE} flatpak list --columns=application,branch,arch,active,size
+        #- podman run --rm ${DOCKERIMAGE} flatpak list --columns=application,branch,arch,active,size
         - buildah inspect --format "{{.FromImageID}}" ${DOCKERIMAGE}
     rules:
       - when: 'manual'


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