[gnome-desktop/wip/hadess/update-hebrew-clock-translations: 1/2] ci: Don't fail on glib2 reinstallation



commit 6d324797926bca7890d23f30e39343ae9c9fd397
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 7 01:18:19 2019 +0100

    ci: Don't fail on glib2 reinstallation
    
    If glib2 can't be reinstalled, then it'll probably be upgraded, which
    means that we'll get our new glib2 translations anyway.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc4f237b..bc8033ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ build_stable:
   before_script:
     # Undo delangification present in the Fedora Docker images
     - rm -f /etc/rpm/macros.image-language-conf
-    - dnf reinstall -y glib2
+    - dnf reinstall -y glib2 || :
     # Work-around https://bugzilla.redhat.com/show_bug.cgi?id=1607172#c4
     - echo "update dnf gdbm" >> translist.txt
     - echo "remove python3-modulemd" >> translist.txt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]