Răsfoiți Sursa

Use different OS for WeKan releases.

Lauri Ojansivu 3 ani în urmă
părinte
comite
a176a58a72
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      releases/rebuild-docs.sh

+ 1 - 1
releases/rebuild-docs.sh

@@ -26,10 +26,10 @@ if [ ! -d ~/python/esprima-python ]; then
   #    https://github.com/wekan/wekan/issues/4280
   #    https://github.com/sandstorm-io/sandstorm/issues/3600
   #      sudo pip3 install .
+  sudo pip3 install .
   # b) Generating docs Works on Linux Mint with this,
   #    and also generating Sandstorm WeKan package works:
   #      sudo python3 setup.py install --record files.txt
-  sudo python3 setup.py install --record files.txt
 fi
 
 # 2) Go to Wekan repo directory