[pitivi/sdk] x



commit 960db2828b593c52d5c929c66944c1a576075f03
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Fri Dec 18 01:47:39 2020 +0100

    x

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cb1c6240..fa87b2ac8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,10 @@ pitivi:master:
     - pitivi
     - privileged
   image: registry.gitlab.gnome.org/infrastructure/docker/buildah:latest
+  variables:
+    STORAGE_DRIVER: vfs
+    BUILDAH_FORMAT: docker
+    BUILDAH_ISOLATION: chroot
   script:
     # Debug
     # https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
@@ -25,8 +29,9 @@ pitivi:master:
     - pwd
     - ls -al
     - ls -al /root
+    - cat /etc/containers/storage.conf
 
-    - buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
+    - sudo buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
 
     # Create an image with the flatpak-builder cache populated.
     # This allows rebuilding the sandbox quickly when running the tests.


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