diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 15:25:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 15:25:20 +0200 |
commit | 460a3af7b7457c0c5b3d9aa0381114cdc42eae9c (patch) | |
tree | 34df0c364ff74f8283b53d2191114be6100c15f2 | |
parent | e3e224ecf22d3747a7373fd6b4873b74709957c0 (diff) | |
download | imagefish-460a3af7b7457c0c5b3d9aa0381114cdc42eae9c.tar.gz |
join jobs, don't store tar
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f54951..b3b7e9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,9 @@ fedora: - time dnf install -y $FISHDEPS script: - time ./Fedora-efi-grub2.sh + - time ./Fedora-efi-systemd.sh - *store_images + - rm -f *.tar artifacts: paths: - fedora @@ -68,6 +70,7 @@ fedora: fedora_systemd: stage: images image: registry.gitlab.com/kraxel/rpm-package-builder:fedora + when: manual before_script: - time dnf install -y $FISHDEPS script: @@ -114,7 +117,6 @@ pages: - centos7 - centos8 - fedora - - fedora_systemd - wsl script: - mkdir public |