diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-25 10:02:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-25 10:02:59 +0200 |
commit | 98514cb556a8066515c954bc6c736c73c75d72bf (patch) | |
tree | d8e45c7b6532cf45b3716df4074d6a51dab3a31f | |
parent | 91cc5ed8177298019bbff11b59ab8e5a64f15cb8 (diff) | |
download | gterm-98514cb556a8066515c954bc6c736c73c75d72bf.tar.gz |
ci: centos7 uses yum
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |