[gnome-build-meta/alatiera/s3-iso] ci: push the iso installer to s3 now
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/s3-iso] ci: push the iso installer to s3 now
- Date: Wed, 2 Sep 2020 15:24:29 +0000 (UTC)
commit 12edb15357b96315527d050536685c3ef0422efc
Author: Jordan Petridis <jordan centricular com>
Date: Wed Sep 2 18:23:58 2020 +0300
ci: push the iso installer to s3 now
.gitlab-ci.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a22216b..7360bda7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -273,16 +273,16 @@ s3-image:
stage: deploy
dependencies: [track]
script:
- - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
- - ${BST} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
+ - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build iso/image.bst
+ - ${BST} -o arch "${ARCH}" checkout --hardlinks iso/image.bst image
- |
if [ -n "$CI_COMMIT_TAG" ]; then
- aws s3 cp --acl public-read --expires $(date -I --date="6 weeks") image/disk.img.xz \
- s3://gnome-build-meta/$CI_COMMIT_TAG/disk.img.xz
+ aws s3 cp --acl public-read --expires $(date -I --date="6 weeks") image/installer.iso \
+ s3://gnome-build-meta/$CI_COMMIT_TAG/installer.iso
else
- aws s3 cp --acl public-read --expires $(date -I --date="1 week") image/disk.img.xz \
- s3://gnome-build-meta/$CI_PIPELINE_ID/disk.img.xz
+ aws s3 cp --acl public-read --expires $(date -I --date="1 week") image/installer.iso \
+ s3://gnome-build-meta/$CI_PIPELINE_ID/installer.iso
fi
- aws s3 ls --recursive --human-readable s3://gnome-build-meta/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]