diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 13:13:21 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 13:13:21 +0100 |
commit | 05e8bd33224a76bbe9bb0b7edb0ef5fcd4a010a8 (patch) | |
tree | e9d2e8d47bf6b7a98a2ec1f5813d76ea70ecd8db | |
parent | 1ea00e7b26086c64198682ede6e2c256d849a062 (diff) | |
download | imagefish-05e8bd33224a76bbe9bb0b7edb0ef5fcd4a010a8.tar.gz |
more artifact tweaks
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5095564..36c0640 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,12 @@ fedora: - dnf install -y /usr/bin/guestfish /usr/bin/xz script: - ./Fedora-efi-grub2.sh - - xz fedora-*.qcow2 + - xz --verbose *.qcow2 + - tree -s -h -t "fedora images" -I "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html artifacts: paths: - fedora-*.qcow2.xz + - index.html pages: stage: publish @@ -21,9 +23,6 @@ pages: - fedora script: - mkdir public - - echo "<pre>" > index.html - - set | grep ^CI >> index.html - - echo "</pre>" >> index.html - mv index.html public artifacts: paths: |