mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
precommit: Update Python packages and re-format
This commit is contained in:
parent
9079630cc5
commit
4e03334606
27 changed files with 307 additions and 345 deletions
|
|
@ -5,7 +5,7 @@
|
|||
echo -e "\n========== Starting Precommit Server =========="
|
||||
cd ./tools/precommit/ || exit 1
|
||||
export REVISION="unknown revision"
|
||||
gunicorn --bind=:8080 --workers=1 --threads=8 --timeout=0 precommit_server:app &> /var/tmp/precommit_server.logs &
|
||||
gunicorn --bind=:8080 --workers=1 --threads=8 --timeout=0 --no-control-socket precommit_server:app &> /var/tmp/precommit_server.logs &
|
||||
sleep 3
|
||||
cat /var/tmp/precommit_server.logs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue