[tor-commits] [manual/translations] Update .gitlab-ci.yml

emmapeel at torproject.org emmapeel at torproject.org
Fri Apr 23 08:00:30 UTC 2021


commit 4772726923249f77d614944940c7c6d051f28ee4
Author: emma peel <emmapeel at torproject.org>
Date:   Tue Apr 20 14:20:16 2021 +0000

    Update .gitlab-ci.yml
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 571c8ef..4e971c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,4 +31,5 @@ pages:
 check_l10n:
   stage: test
   script: 
-    - grep -r '] (' i18n/*.po >&2
+    - if [[ $(grep -r '] (' i18n/*.po) ]] ; then echo "TEST FAILED: broken links" && `grep -r '] (' i18n/*.po >&2` ; else echo "no broken links"; fi || true
+    - allow_failure: true





More information about the tor-commits mailing list