diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 18:16:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 18:16:18 +0200 |
commit | 8c87644e546a1e43927d6f152412eb5a561fbea0 (patch) | |
tree | 4ba50d52bd0335bae11b23c6be4c993015df9274 | |
parent | 46361f0d2add37f7496c07c163e25de76f6b1bfe (diff) | |
download | imagefish-8c87644e546a1e43927d6f152412eb5a561fbea0.tar.gz |
fix ci deps
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abbd89e..ca3e963 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,10 +103,10 @@ pages: stage: publish image: registry.gitlab.com/kraxel/rpm-package-builder:fedora dependencies: - - centos7 - - centos8 + - el7 +# - el8 - fedora - - wsl +# - wsl script: - mkdir public - for d in centos7 centos8 fedora wsl; do mv -v ${d}/index.html public/${d}.html; done |