[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [manual/translations] Update .gitlab-ci.yml
commit 4772726923249f77d614944940c7c6d051f28ee4
Author: emma peel <emmapeel@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits