[librsvg-oci-images] CI: Only allow rawhide builds to fail



commit 3bc76d821e94fa639d7355d40ce2a1ce38f707cc
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Mon Oct 1 03:58:53 2018 +0000

    CI: Only allow rawhide builds to fail

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f07a096..8d487b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,6 @@ stages:
         - export NAMESPACE="$(echo "${CI_PROJECT_NAMESPACE}" | tr A-Z a-z)"
         - export IMAGE=${CI_REGISTRY}/${NAMESPACE}/${CI_PROJECT_NAME}/${ARCH}/${DISTRO_NAME}:${DISTRO_VER}
     <<: *base_build
-    allow_failure: true
 
 # Expects $COMPILER variable which should be the name of the compiler ex. rustc/gcc
 # Expects $TAG_VERSION variable which should be the version of the compiler minus the minor release ex. 1.24
@@ -45,7 +44,6 @@ stages:
         - export DIR=rustc/
         - sed -e "s|@RUSTC_VERSION@|$RUSTC_VERSION|" rustc/rustc_template > rustc/rustc.yml
     <<: *base_build
-    allow_failure: true
 
 fedora latest:
     variables:
@@ -66,6 +64,7 @@ fedora rawhide:
       DIR: "fedora"
 
     <<: *distro_build
+    allow_failure: true
 
 debian testing:
     variables:


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