aboutsummaryrefslogtreecommitdiffstats
path: root/gitlab-ci-rpms-tito.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r--gitlab-ci-rpms-tito.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml
index 14928e1..b2bd923 100644
--- a/gitlab-ci-rpms-tito.yml
+++ b/gitlab-ci-rpms-tito.yml
@@ -26,18 +26,6 @@ tito_fedora_x86_64:
paths:
- rpms-fedora-x86_64/
-tito_el7_x86_64:
- stage: rpms
- image: registry.gitlab.com/kraxel/rpm-package-builder:el7
- before_script:
- - yum-builddep -y *.spec
- script:
- - tito build --test --rpm --output rpms-el7-x86_64
- - createrepo rpms-el7-x86_64
- artifacts:
- paths:
- - rpms-el7-x86_64/
-
tito_el8_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:el8
@@ -50,18 +38,6 @@ tito_el8_x86_64:
paths:
- rpms-el8-x86_64/
-tito_stream8_x86_64:
- stage: rpms
- image: registry.gitlab.com/kraxel/rpm-package-builder:stream8
- before_script:
- - dnf builddep -y *.spec
- script:
- - tito build --test --rpm --output rpms-stream8-x86_64
- - createrepo rpms-stream8-x86_64
- artifacts:
- paths:
- - rpms-stream8-x86_64/
-
tito_stream9_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:stream9