diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-12 11:08:25 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-12 11:08:25 +0200 |
commit | a3ba76849e486e0b48a38f845fb7b4aee77ab97b (patch) | |
tree | 14ca7614b8b4c3b6c2e46cba065aeccf1c4c4970 | |
parent | 19ae760dc9346bcfde164806a77bcd68c67e381f (diff) | |
download | imagefish-a3ba76849e486e0b48a38f845fb7b4aee77ab97b.tar.gz |
ci: fix artifacts path
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c818d6b..4206185 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ el7: - *store_images artifacts: paths: - - centos7 + - el7 el8: stage: images @@ -51,7 +51,7 @@ el8: - *store_images artifacts: paths: - - centos8 + - el8 fedora: stage: images |