commit 5f67ed7ec512c6a6f793532dafd133fb0d0dda65 Author: emma peel emma.peel@riseup.net Date: Tue Apr 20 11:38:58 2021 +0200
change apt for apt-get, because of scary warning. add lektor plugin command. build lektor a couple of times to see if it fixes translations --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc0ffb8..33fcf43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ stages: pages: stage: build script: - - apt update - - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-venv python3-openssl python3-cryptography -y + - apt-get update + - DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-venv python3-openssl python3-cryptography i18nspector -y - pip3 install babel - pip3 install wheel - pip3 install lektor
tor-commits@lists.torproject.org