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



commit f5c0673bcb3d8dbcd5aac69a6d80031854d3b1e3
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd7ddff..d41991b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,7 +91,7 @@ before_script:
   stage: build
   dependencies: []
   script:
-    - ${BST} -o arch "${ARCH}" build core.bst flatpak-runtimes.bst
+    - ${BST} -o arch "${ARCH}" build --track-all core.bst flatpak-runtimes.bst
 
     # checkout the runtimes
     - |


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