[gnome-build-meta/abderrahim/s3-image] .gitlab-ci.yml: publish the VM image to S3 too
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/s3-image] .gitlab-ci.yml: publish the VM image to S3 too
- Date: Sat, 19 Sep 2020 17:34:26 +0000 (UTC)
commit 698ed6f4a2ad5bb17764f624b06a01859c93d883
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Sat Sep 19 18:33:38 2020 +0100
.gitlab-ci.yml: publish the VM image to S3 too
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75bc31bc..6336f241 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -310,6 +310,10 @@ s3-image-static:
aws s3 cp --acl public-read --expires $(date -I --date="4 weeks") \
s3://gnome-build-meta/$CI_PIPELINE_ID/gnome_os_installer.iso \
s3://gnome-build-meta/latest/gnome_os_installer.iso
+ - |
+ aws s3 cp --acl public-read --expires $(date -I --date="4 weeks") \
+ s3://gnome-build-meta/$CI_PIPELINE_ID/disk.img.xz \
+ s3://gnome-build-meta/latest/disk.img.xz
- aws s3 ls --recursive --human-readable s3://gnome-build-meta/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]