[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 e1e8c4aa9784323ded0f302b5d5ed35faa02f6e1
Author: emma peel <emmapeel at torproject.org>
Date:   Tue Apr 20 15:08:30 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 59cca36..d699df5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,4 +33,5 @@ pages:
 check_l10n:
   stage: test
   script: 
-    - 'grep -r '] (' i18n/*.po >&2 && echo 'TEST FAILED: Broken links''
+    - 'test-links=$(grep -r "] ("" i18n/*.po >&2 && echo "TEST FAILED: Broken links")'
+    - test-links





More information about the tor-commits mailing list