[gnome-build-meta/alatiera/push-master: 14/15] CI: Use --track-all to build



commit 5cc88baa05006f1874bdb37f11d407eae78e25f1
Author: Jordan Petridis <jpetridis gnome org>
Date:   Thu Sep 20 03:49:20 2018 +0300

    CI: Use --track-all to build
    
    This change origianted in a stable branch where refs are known and
    track-all was not needed.
    
    18046f83c0ce157854272893ee165dbb2bece917

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ff07f6..3cf0c06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,7 +91,7 @@ before_script:
 .flatpak-template: &flatpak
   stage: flatpak
   script:
-    - ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst
+    - ${BST} -o arch "${ARCH}" build --track-all flatpak-runtimes.bst
 
     # checkout the runtimes
     - |
@@ -165,7 +165,7 @@ build-flatpak-runtimes-arm:
   stage: build
   dependencies: []
   script:
-    - ${BST} -o arch "${ARCH}" build core.bst
+    - ${BST} -o arch "${ARCH}" build --track-all 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


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