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



commit 02ade8279e33d46c0bc0741d62e27dc68d05c4ae
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 bfa0ddf..56d8824 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]