diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-19 09:30:58 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-19 09:30:58 +0100 |
commit | f93afd8c0665cca6cce66ac932238129e81be8b0 (patch) | |
tree | 44fb161f2e0f9650089455d783a4473c145c9055 /gitlab-ci-rpms-tito.yml | |
parent | 55f051bb5a9fc460e7342ab52098f99ba6a61dd1 (diff) | |
download | rpm-package-builder-f93afd8c0665cca6cce66ac932238129e81be8b0.tar.gz |
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r-- | gitlab-ci-rpms-tito.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml index a851940..e750829 100644 --- a/gitlab-ci-rpms-tito.yml +++ b/gitlab-ci-rpms-tito.yml @@ -45,6 +45,10 @@ tito_el8_x86_64: tito_el9_x86_64: stage: rpms image: registry.gitlab.com/kraxel/rpm-package-builder:el9 + rules: + - if: '$EXCLUDE_EL9 == "yes"' + when: never + - when: always before_script: - dnf builddep -y *.spec script: @@ -57,6 +61,10 @@ tito_el9_x86_64: tito_stream9_x86_64: stage: rpms image: registry.gitlab.com/kraxel/rpm-package-builder:stream9 + rules: + - if: '$EXCLUDE_EL9 == "yes"' + when: never + - when: always before_script: - dnf builddep -y *.spec script: |