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




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

    fix

 .gitlab-ci.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 726dbb724..0f1c6d8e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,9 @@ nightly:
         - 'flatpak devel'
 
 fedora rawhide:
-    image: registry.gitlab.gnome.org/gnome/nautilus:latest
+    image:
+        name: registry.gitlab.gnome.org/gnome/nautilus:latest
+        entrypoint: ["/bin/sh"]
     stage: cross environment
     script:
         - meson _build .
@@ -35,7 +37,6 @@ fedora rawhide:
     #only:
         #- web
         #- master
-    when: manual
     allow_failure: true
 
 flatpak master:
@@ -83,10 +84,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]