[gnome-build-meta/abderrahim/images-s3: 2/5] .gitlab-ci.yml: build ostree repositories in build stage on x86_64
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/images-s3: 2/5] .gitlab-ci.yml: build ostree repositories in build stage on x86_64
- Date: Wed, 12 Aug 2020 16:49:50 +0000 (UTC)
commit e690fce797d765d78257da195cb7f6df8fb2ad31
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Wed Aug 12 09:41:50 2020 +0100
.gitlab-ci.yml: build ostree repositories in build stage on x86_64
This ensures they are shared between the VM and ostree builds (which
are now in the same deploy stage)
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55f01526..be8b7697 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ default:
TARGETS+=(vm/filesystem.bst vm/filesystem-devel.bst)
;;
x86_64)
- TARGETS+=(vm/filesystem.bst vm/filesystem-devel.bst)
+ TARGETS+=(vm/repo.bst vm/repo-devel.bst)
TARGETS+=(openh264-extension.bst:flatpak-repo.bst)
;;
esac
@@ -110,7 +110,7 @@ default:
- ostree init --repo repo/ --mode archive
- - ${BST_NO_PUSH} -o arch "${ARCH}" build vm/repo.bst vm/repo-devel.bst
+ - ${BST} -o arch "${ARCH}" pull vm/repo.bst vm/repo-devel.bst
- |
for element in vm/repo.bst vm/repo-devel.bst; do
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]