[tor-commits] [manual/master] trigger build of https://tpo.pages.torproject.net/community/l10n/ when changes in content

emmapeel at torproject.org emmapeel at torproject.org
Mon Nov 1 20:03:37 UTC 2021


commit 5c7d18bc5a5e5cda25d3f4dc1da47c80e6bd0494
Author: emma peel <emma.peel at riseup.net>
Date:   Mon Nov 1 18:51:04 2021 +0100

    trigger build of https://tpo.pages.torproject.net/community/l10n/ when changes in content
---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4f9e7..ef3b012 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,3 +113,12 @@ check_l10n:
     - git clone 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/
+
+translation_tests_page:
+  stage: test_l10n
+  allow_failure: true
+  trigger: tpo/community/l10n
+  rules:
+    - changes:
+      - content/**/*.lr
+      - i18n/contents.pot





More information about the tor-commits mailing list