[gnome-build-meta/alatiera/push-master: 14/14] CI: Use --track-all to build
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/push-master: 14/14] CI: Use --track-all to build
- Date: Thu, 20 Sep 2018 18:16:48 +0000 (UTC)
commit 4ac412ece8879076198efa6cf6ed1d48ce85d5c0
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 a2af2f3..56f62ff 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]