From 09af1dfd3b48059ab81fafdf95a72ce0d3624fb2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 5 Nov 2020 13:50:49 +0100 Subject: fix tree call, parallel compression --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- cgit