commit 6d4a08eaf31c77077055aa51c2303da1f67e0d75 Author: emma peel emma.peel@riseup.net Date: Thu May 20 09:50:19 2021 +0200
remove duplicated task, covered on the following lines --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5245ef4..610eec5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,13 +40,6 @@ before_script: - pip3 install wheel - pip3 install lektor - echo 'checking out translations' - - > - if [ "i18n" ]; then - cd i18n && git checkout tbmanual-contentspot && git reset --hard && git pull && cd .. - else - git clone https://git.torproject.org/translation.git i18n - cd i18n && git checkout tbmanual-contentspot && cd .. - fi - rm -rf i18n - git clone https://git.torproject.org/translation.git i18n - cd i18n && git checkout tbmanual-contentspot && cd ..