commit 6ea170d0c283209121f0de7e9d72568e4a5f69da Author: emma peel emma.peel@riseup.net Date: Sun Apr 25 08:31:14 2021 +0000
remove outdated clone process. now we check for the cached version, and only clone repo if we dont have it --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5245ef4..40c8948 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,9 +47,6 @@ before_script: 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 ..
pages: script:
tor-commits@lists.torproject.org