From df58400a27b33ee56f2afde14ef950d59d0eca6b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 30 Sep 2020 17:34:02 +0200 Subject: ci: Remove outdated rawhide work-around --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d550e760..5ab60239 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,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 script: -- cgit v1.2.1