aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-05 14:34:28 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-05 14:34:28 +0100
commitd7e95e9b2ff052e4a37141ae699785ac9729d969 (patch)
tree1f77970e2225a96c2814a8cbae44236c58a2c0f9 /.gitlab-ci.yml
parentd155c570b0682795bdee1102bf6fe02689222bf7 (diff)
downloadimagefish-d7e95e9b2ff052e4a37141ae699785ac9729d969.tar.gz
fix tree call
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 073b635..37e17aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ fedora:
script:
- time ./Fedora-efi-grub2.sh
- xz --verbose *.qcow2
- - tree -s -h -T "fedora images" -I "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html
+ - tree -s -h -T "fedora images" -P "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html
artifacts:
paths:
- fedora-*.qcow2.xz