commit c674d69eeb2a4ca9ba4d21d905198363604d2177 Author: emma peel emma.peel@riseup.net Date: Thu Sep 2 15:40:22 2021 +0200
correct condition. l10n does not go here --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5119cc8..76f172c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,6 @@ pages: paths: - public - i18n - - l10n
check_new_strings: cache: @@ -66,10 +65,8 @@ check_new_strings: - venv stage: test_l10n needs: [pages] - rules: - - changes: - - content/* - - templates/* + except: + - merge_requests script: - echo 'building lektor 3 more times to get translations in place' - lektor build --output-path public && lektor build --output-path public && lektor build --output-path public @@ -82,6 +79,7 @@ check_new_strings: paths: - public - i18n + - l10n
check_l10n: cache:
tor-commits@lists.torproject.org