diff options
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: |