diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 21:12:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 21:12:37 +0200 |
commit | 05b7b10c6fcb23ef9469e07603515591e801f9d9 (patch) | |
tree | dbc19489fa2db7132df9b86bb6dbf7d888d1343b | |
parent | 72b36c8b897af0e528638409d66e42555b372c1d (diff) | |
download | imagefish-05b7b10c6fcb23ef9469e07603515591e801f9d9.tar.gz |
more ci setup tweaks
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 411ddb2..bd45e77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ el8: before_script: - time dnf install -y $FISHDEPS script: - - sed -i -e '/proxy/d' repos/centos-8.repo + - sed -i -e '/proxy/d' repos/centos-8-stream.repo - time ./CentOS8-efi.sh - *store_images artifacts: @@ -88,9 +88,8 @@ fedora_kickstart: wsl: stage: images image: registry.gitlab.com/kraxel/rpm-package-builder:fedora - when: manual script: - - sed -i -e '/proxy/d' repos/centos-8.repo + - sed -i -e '/proxy/d' repos/centos-8-stream.repo - dnf install -y which - time ./Fedora-wsl.sh - time ./CentOS8-wsl.sh |