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



commit 688af1cb3f789d3d63f6d8fb0b8478ad0e45b27b
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 352433f..04818d9 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]