diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 13:52:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 13:52:52 +0100 |
commit | bb31ac9af3910b6a2c69c6fde03e968303f40ee5 (patch) | |
tree | 85f163ea3ba412e76ed5e14d72e93ba0787521bd /.gitlab-ci.yml | |
parent | 09af1dfd3b48059ab81fafdf95a72ce0d3624fb2 (diff) | |
download | imagefish-bb31ac9af3910b6a2c69c6fde03e968303f40ee5.tar.gz |
figure runtime
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 3eb41dc..3358dac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ fedora: stage: images image: registry.gitlab.com/kraxel/rpm-package-builder:fedora before_script: - - dnf install -y /usr/bin/guestfish /usr/bin/xz + - time dnf install -y /usr/bin/guestfish /usr/bin/xz script: - - ./Fedora-efi-grub2.sh + - time ./Fedora-efi-grub2.sh - xz --threads=0 --verbose *.qcow2 - tree -s -h -T "fedora images" -I "*.qcow2.xz" -H "$CI_JOB_URL/artifacts/file/" . > index.html artifacts: |