[gnome-build-meta/latest-toplevel] .gitlab-ci.yml: move latest-* files to the top level directory




commit d764c4e26b546aebec5d53df29086c49579b60f2
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]