jenkins-build-all: enable deploy_process_logs for CI test

fdroidserver!515
This commit is contained in:
Hans-Christoph Steiner 2019-09-30 13:12:27 +02:00
parent af4e231f7d
commit a8b7342e4c
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ else
fi
echo "build_server_always = True" > config.py
echo "deploy_process_logs = True" >> config.py
# if the local mediawiki is available, then use it
if nc -z -w1 localhost 32445; then
wikiflag="--wiki"