commit f5018e1cf4301a208b3a94d151cb7a8761cddc45 Author: emma peel emma.peel@riseup.net Date: Fri Apr 23 12:40:45 2021 +0000
just use same stage, so we dont need to reinstall everything --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60ca3c8..c75112e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ pages: - rm -rf public - echo 'building lektor 3 times to get translations in place' - lektor build --output-path public && lektor build --output-path public && lektor build --output-path public + - git clone https://gitlab.torproject.org/tpo/community/l10n.git + - l10n/bin/check_markdown_links.py i18n/
artifacts: paths: @@ -30,9 +32,3 @@ pages: - i18n only: - translations -check_l10n_links: - stage: test - script: - - pip3 install polib - - git clone https://gitlab.torproject.org/tpo/community/l10n.git - - l10n/bin/check_markdown_links.py i18n/
tor-commits@lists.torproject.org