[gnome-build-meta] .gitlab-ci.yml: fix publishing to S3



commit a7a83425ed59816ee0e7f0b9912f06be7bfe02c0
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 593dc5df..9ffa63ec 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]