[tor-commits] [manual/master] install our plugins from lego

emmapeel at torproject.org emmapeel at torproject.org
Thu May 20 08:32:46 UTC 2021


commit 0039f8f495c1e44778f585ed9f854b93e6a016b0
Author: emma peel <emma.peel at riseup.net>
Date:   Thu May 20 10:32:35 2021 +0200

    install our plugins from lego
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b73e23..165814f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,6 @@ before_script:
     - pip3 install virtualenv
     - virtualenv venv
     - source venv/bin/activate
-    - pip3 install wheel
     - pip3 install lektor
     - echo 'checking out translations'
     - rm -rf i18n
@@ -48,6 +47,7 @@ before_script:
 pages:
   script:
     - echo 'building lektor 3 times to get translations in place'
+    - lektor plugins reinstall
     - lektor build --output-path public && lektor build --output-path public && lektor build --output-path public
     - echo 'lets see if there are any updates in the strings for translation'
     - l10n/bin/check_po_status.py tbmanual-contentspot



More information about the tor-commits mailing list