diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-05 15:42:44 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-05 15:42:44 +0200 |
commit | 47f35d42f0445a8e01d938066b31ff243023da54 (patch) | |
tree | 005d1af9f87b0c1cea30b32166b4fdff10d4bc8b | |
parent | ecc69d84968cd137da456c59e3dc2ad63fed1246 (diff) | |
download | gterm-47f35d42f0445a8e01d938066b31ff243023da54.tar.gz |
ci: add dnf config-manager
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |