[tor-commits] [manual/master] i have splitted the job in two now

emmapeel at torproject.org emmapeel at torproject.org
Tue Nov 2 20:42:51 UTC 2021


commit a733b6e3291106289935699c5b198406161df48a
Author: emma peel <emma.peel at riseup.net>
Date:   Tue Nov 2 21:42:35 2021 +0100

    i have splitted the job in two now
---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de48258..8d56434 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,8 +128,10 @@ l10n_QA:
     - echo '==START Translations QA=='
     - rm -rf l10n
     - git clone --depth=1 https://gitlab.torproject.org/tpo/community/l10n.git
-    - echo 'lets see if there are any BROKEN LINKS on the translations'
-    - l10n/bin/check_markdown_links.py i18n/
+    - echo 'lets see if there are any problems with the translations'
+    - l10n/bin/check_common_errors.py i18n/
+    - echo 'Enabled translations and their completion'
+    - l10n/bin/check_completion.py
 
 build_tests_page:
   stage: test_l10n



More information about the tor-commits mailing list