[gnome-build-meta/abderrahim/fix-flatpak-stable: 1/2] .gitlab-ci.yml: fix publishing to S3




commit ba2926754e471b953e0d4e4bac28d47a4789cf3d
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Fri Aug 14 05:18:02 2020 +0100

    .gitlab-ci.yml: fix publishing to S3

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6d7f9c3..835d833a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -266,8 +266,8 @@ s3-image:
   stage: deploy
   dependencies: [track]
   script:
-  - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build "${IMAGE}"
-  - ${BST} -o arch "${ARCH}" checkout --hardlinks "${IMAGE}" image
+  - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
+  - ${BST} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
 
   - |
     if [ -n "$CI_COMMIT_TAG" ]; then


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