[gnome-build-meta/valentindavid/publish-vm-ostree] WIP: Fix push
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/publish-vm-ostree] WIP: Fix push
- Date: Thu, 16 Jul 2020 12:08:49 +0000 (UTC)
commit f5353591f3ad7f24fcb6961e72939a5d596a9618
Author: Valentin David <valentin david codethink co uk>
Date: Thu Jul 16 14:08:30 2020 +0200
WIP: Fix push
.gitlab-ci.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e582468d..d4ab35e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,11 +182,18 @@ default:
script:
- ostree init --repo repo/ --mode archive
- - ${BST} -o arch "${ARCH}" pull vm/repo.bst
+ - ${BST} -o arch "${ARCH}" build vm/repo.bst vm-devel/repo.bst
+ #In strict mode, this should work instead
+ #- ${BST} -o arch "${ARCH}" pull vm/repo.bst vm-devel/repo.bst
+
- ${BST} -o arch "${ARCH}" checkout --hardlinks vm/repo.bst checkout-repo/
- flatpak build-commit-from --src-repo=checkout-repo/ repo/
- rm -rf checkout-repo/
+ - ${BST} -o arch "${ARCH}" checkout --hardlinks vm-devel/repo.bst checkout-devel-repo/
+ - flatpak build-commit-from --src-repo=checkout-devel-repo/ repo/
+ - rm -rf checkout-devel-repo/
+
- flat-manager-client push $(cat build.txt) repo/
rules: &ostree-publish-rules
- if: $CI_COMMIT_REF_NAME == "master"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]