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



commit 2ddb61fe7344cd8da40ce0fd4ec86b36f309b1a6
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 5c5fa86..2a1dc53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,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
     - |
@@ -166,7 +166,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]