diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 20:35:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 20:35:01 +0200 |
commit | 56750526cae56ef4bd4d4bd40b008d3fa44d1858 (patch) | |
tree | 6fc9a2e4431b82ac89e440a8d19dd18636329228 | |
parent | 757a17fc401d99569f72c3b5ac03e82b247c5e9c (diff) | |
download | imagefish-56750526cae56ef4bd4d4bd40b008d3fa44d1858.tar.gz |
fix order
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54fbd1e..a9af249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,8 +61,8 @@ fedora: script: - time ./Fedora-efi-grub2.sh - time ./Fedora-efi-systemd.sh - - *store_images - rm -f *.tar.gz + - *store_images artifacts: paths: - fedora |