diff options
Diffstat (limited to '.gitlab-ci.yml')
-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 36c0640..3eb41dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ fedora: - dnf install -y /usr/bin/guestfish /usr/bin/xz script: - ./Fedora-efi-grub2.sh - - xz --verbose *.qcow2 - - tree -s -h -t "fedora images" -I "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html + - xz --threads=0 --verbose *.qcow2 + - tree -s -h -T "fedora images" -I "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html artifacts: paths: - fedora-*.qcow2.xz |