Loading lektor.yml +1 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,7 @@ include: - git clone --depth=1 https://gitlab.torproject.org/tpo/community/l10n.git l10n - ./l10n/bin/setup_l10n_staging.py build: - apt-get install -y git ca-certificates python3-venv gettext wget - python3 -m venv venv - source venv/bin/activate - apt-get install -y git ca-certificates gettext wget - 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 - export LEKTOR_BUILD_ARGS="--buildstate-path .cache/lektor --output-path public" Loading Loading
lektor.yml +1 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,7 @@ include: - git clone --depth=1 https://gitlab.torproject.org/tpo/community/l10n.git l10n - ./l10n/bin/setup_l10n_staging.py build: - apt-get install -y git ca-certificates python3-venv gettext wget - python3 -m venv venv - source venv/bin/activate - apt-get install -y git ca-certificates gettext wget - 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 - export LEKTOR_BUILD_ARGS="--buildstate-path .cache/lektor --output-path public" Loading