[gnome-build-meta/abderrahim/images-s3: 2/4] .gitlab-ci.yml: build ostree repositories in build stage on x86_64




commit 3370e74addc43c1a432fe15fce6902a81505eca6
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 658f5bc0..1d264da8 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
@@ -109,7 +109,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]