From 98514cb556a8066515c954bc6c736c73c75d72bf Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 25 Sep 2020 10:02:59 +0200 Subject: ci: centos7 uses yum --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad5d370..08acd7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ tito_centos7: stage: rpms image: registry.gitlab.com/kraxel/rpm-package-builder:centos7 before_script: - - dnf builddep -y *.spec + - yum-builddep -y *.spec script: - tito build --test --rpm --output rpms-centos7 - createrepo rpms-centos7 -- cgit