aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-05 15:42:44 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-05 15:42:44 +0200
commit47f35d42f0445a8e01d938066b31ff243023da54 (patch)
tree005d1af9f87b0c1cea30b32166b4fdff10d4bc8b
parentecc69d84968cd137da456c59e3dc2ad63fed1246 (diff)
downloadgterm-47f35d42f0445a8e01d938066b31ff243023da54.tar.gz
ci: add dnf config-manager
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a05faa..3ebf0d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,7 @@ build_centos8:
stage: build
image: centos:8
script:
+ - dnf install -y 'dnf-command(config-manager)'
- dnf config-manager --set-enabled cr
- dnf repolist --all
- *builddep_dnf