[tor-commits] [manual/translations] still broken links test
emmapeel at torproject.org
emmapeel at torproject.org
Fri Apr 23 08:00:30 UTC 2021
commit d444f498b3f270b0ab9319aa2392286ce023a3ae
Author: emma peel <emmapeel at torproject.org>
Date: Tue Apr 20 14:23:32 2021 +0000
still broken links test
---
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e971c8..ab438c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,5 +31,6 @@ pages:
check_l10n:
stage: test
script:
- - if [[ $(grep -r '] (' i18n/*.po) ]] ; then echo "TEST FAILED: broken links" && `grep -r '] (' i18n/*.po >&2` ; else echo "no broken links"; fi || true
+ - if [[ $(grep -r '] (' i18n/*.po) ]] ; then echo "TEST FAILED: broken links"
+ - grep -r '] (' i18n/*.po >&2
- allow_failure: true
More information about the tor-commits
mailing list