[gnome-build-meta/latest-toplevel: 5/5] .gitlab-ci.yml: move latest-* files to the top level directory
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/latest-toplevel: 5/5] .gitlab-ci.yml: move latest-* files to the top level directory
- Date: Mon, 21 Jun 2021 15:37:42 +0000 (UTC)
commit a73d99177349ab572e49894bc567b8f4d8aa43f9
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jun 21 15:22:56 2021 +0200
.gitlab-ci.yml: move latest-* files to the top level directory
Otherwise they get automatically removed after 60 days.
fixes #381
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e11b6e64..2cb61301 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -338,8 +338,8 @@ s3-image-static:
echo nightly/$CI_PIPELINE_ID/gnome_os_installer_$CI_PIPELINE_ID.iso > latest-iso
echo nightly/$CI_PIPELINE_ID/disk_$CI_PIPELINE_ID.img.xz > latest-disk
- |
- aws s3 cp --acl public-read latest-iso s3://gnome-build-meta/nightly/latest-iso
- aws s3 cp --acl public-read latest-disk s3://gnome-build-meta/nightly/latest-disk
+ aws s3 cp --acl public-read latest-iso s3://gnome-build-meta/latest-iso
+ aws s3 cp --acl public-read latest-disk s3://gnome-build-meta/latest-disk
- aws s3 ls --recursive --human-readable s3://gnome-build-meta/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]