summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-12 00:11:01 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-12 00:39:34 +0100
commite71a8a1f3c22f1e6e144e11859e2d66f9fdee310 (patch)
tree8bd21970851450b8c9a9a7f99539e7905bec6d1e /.gitlab-ci.yml
parent568d1b7b8ae9d46a66a0db3f307d513cb9da3321 (diff)
downloadgrilo-plugins-e71a8a1f3c22f1e6e144e11859e2d66f9fdee310.tar.gz
ci: Remove work-around for fixed bug
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e903b0f..e449952 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,6 @@ variables:
build_stable:
before_script:
- # Work-around https://bugzilla.redhat.com/show_bug.cgi?id=1607172#c4
- - echo "update dnf gdbm" >> translist.txt
- - echo "remove python3-modulemd" >> translist.txt
- - dnf shell -y --nogpgcheck translist.txt
- dnf update -y --nogpgcheck
- dnf install -y --nogpgcheck $DEPENDENCIES_GRILO
# Build grilo from git, grilo and grilo-plugins must be in sync