Remove i18n before git cloning

This commit is contained in:
HackerNCoder 2022-08-26 23:59:26 +02:00
parent 6d5dbb8967
commit eee78ad8ae

View file

@ -6,6 +6,7 @@ pipeline:
- apt-get install -y git ca-certificates gettext wget python3-pip python3-babel - apt-get install -y git ca-certificates gettext wget python3-pip python3-babel
- wget https://gitlab.torproject.org/tpo/tpa/ci-templates/-/raw/main/lektor-requirements.txt -O requirements.txt - wget https://gitlab.torproject.org/tpo/tpa/ci-templates/-/raw/main/lektor-requirements.txt -O requirements.txt
- python3 -m pip install --require-hashes -r requirements.txt - python3 -m pip install --require-hashes -r requirements.txt
- rm -rf i18n
- git clone https://lab.encryptionin.space/Queerscriptors/weblate-website.git i18n - git clone https://lab.encryptionin.space/Queerscriptors/weblate-website.git i18n
- lektor build --output-path public - lektor build --output-path public
publish: publish: