[gnome-runtime-images/buildah: 2/2] WIP: try to build things without pushing



commit af250a914c768b9f4c76b38f9ec195d0832f0b1f
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Mar 12 20:47:39 2020 +0100

    WIP: try to build things without pushing

 .gitlab-ci.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d58e168..5e26196 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,10 +20,10 @@ default:
         # Newer versions of podman/buildah try to set overlayfs mount options when
         # using the vfs driver, and this causes errors.
         - sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
-    only:
-        - master
-        - triggers
-        - schedules
+    #only:
+    #    - master
+    #    - triggers
+    #    - schedules
     retry: 1
 
 # Expects ${DOCKERIMAGE} which should be the name+tag of the registry image.
@@ -34,7 +34,7 @@ default:
         - echo ${DOCKERFILE} / ${DOCKERIMAGE}
 
         - buildah bud -f ${DOCKERFILE} -t ${DOCKERIMAGE} .
-        - buildah push ${DOCKERIMAGE}
+        #- buildah push ${DOCKERIMAGE}
     after_script:
         # don't try to use systemd/journald
         - |
@@ -73,7 +73,7 @@ flat-manager-client:
 
           buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
 
-        - buildah push ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
+        #- buildah push ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
 
         # build and push the rust_bundle image
         - |
@@ -84,7 +84,7 @@ flat-manager-client:
 
           buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
 
-        - buildah push ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
+        #- buildah push ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
 
 
 gnome:master:


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