[gnome-build-meta/alatiera/push-master: 8/17] .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails



commit b0fe73d33cd2ec58e85eff96612f9ecdf59efe2b
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Sep 13 22:01:46 2018 +0100

    .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
    
    This allows to push the flatpak runtimes for i386 and arm which currently
    lack gobject introspection for WebKit

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab167b5..d08fd16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ before_script:
   stage: build
   dependencies: []
   script:
-    - ${BST} -o arch "${ARCH}" build core.bst flatpak-runtimes.bst
+    - ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst
 
     # Clone the gbm OSTree repo locally
     - ostree init --repo=repo --mode=archive
@@ -122,6 +122,8 @@ before_script:
         ostree-push/ostree-push.sh --repo repo/ gbm-builder.gnome.org:public_html/repo/ ${BRANCHES}
       fi
 
+    - ${BST} -o arch "${ARCH}" build core.bst
+
   # Store all the downloaded git and ostree repos in the distributed cache.
   # This saves us fetching them from the different repos and further afield
   # on every build.


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