[nautilus/wip/oholy/ci-buildah: 2/2] fix




commit bd2c0fa071981ddecbd56d70af4ed42b7f3ef778
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Nov 19 11:31:33 2020 +0100

    fix

 .gitlab-ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 726dbb724..6b967a005 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ nightly:
 fedora rawhide:
     image: registry.gitlab.gnome.org/gnome/nautilus:latest
     stage: cross environment
+    entrypoint: []
     script:
         - meson _build .
         - cd _build
@@ -35,7 +36,6 @@ fedora rawhide:
     #only:
         #- web
         #- master
-    when: manual
     allow_failure: true
 
 flatpak master:
@@ -83,10 +83,11 @@ update image:
         - buildah tag $CI_REGISTRY_IMAGE "$CI_REGISTRY_IMAGE:v$CI_JOB_ID"
         - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
         - buildah push $CI_REGISTRY_IMAGE
-    #when: manual
-    #only:
-        #- web
-        #- master
+        - buildah push "$CI_REGISTRY_IMAGE:v$CI_JOB_ID"
+    when: manual
+    only:
+        - web
+        - master
     except:
         variables:
             - $CI_PROJECT_NAMESPACE != "GNOME"


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