commit cf0ddb7059a6f066fd198d9a6bba0e09bf57dd69 Author: emma peel emma.peel@riseup.net Date: Sun Apr 25 08:06:03 2021 +0000
move job to master, part of https://gitlab.torproject.org/tpo/web/manual/-/issues/89 remove unnecessary rule that was preventing job to occur --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c653017..5245ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,13 +60,10 @@ pages: - public - i18n only: - - translations + - master
check_l10n: script: - git clone https://gitlab.torproject.org/tpo/community/l10n.git - pip3 install polib - l10n/bin/check_markdown_links.py i18n/ - rules: - - changes: - - i18n/*