[calls/wip/switch-to-libcalls-ui: 3/5] ci: Complain about untranslated ui files




commit b754cffd735b8dd3feabf3351eb533e89aabb5fb
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Sat Jul 17 14:42:32 2021 +0200

    ci: Complain about untranslated ui files

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6333b047..c7cd9b53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,11 +74,11 @@ check-po:
     - apt-get -y update
     - apt-get -y install intltool
   script:
-    # barf on untranslated C files. Seems intltool
+    # barf on untranslated C or UI files. Seems intltool
     # can't be told to exit with non-zero exit status
     # in this case
     - cd po/
-    - intltool-update -m 2>&1 | grep -qs '/.*\.c' && { intltool-update -m; exit 1; } || exit 0
+    - intltool-update -m 2>&1 | grep -qs '/.*\.\(c|ui\)' && { intltool-update -m; exit 1; } || exit 0
 
 package-debian-bullseye:
   variables:


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