[nautilus/wip/oholy/ci-buildah] fix
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-buildah] fix
- Date: Thu, 19 Nov 2020 10:36:10 +0000 (UTC)
commit e51b1ae166a31a68d58aa3a61927adedbf65e089
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..bdaeeeee0 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:
+ - registry.gitlab.gnome.org/gnome/nautilus:latest
+ - entrypoint: [""]
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]