jenkins-setup-build-env: actually run tests in the new buildserver VM

Oops, this has been failing, since it was running the build on the vm host,
not in the buildserver VM.
This commit is contained in:
Hans-Christoph Steiner 2017-11-27 09:58:51 +01:00
parent c7f859c168
commit 2cf6110860

View file

@ -79,6 +79,7 @@ else
fi fi
cd fdroiddata cd fdroiddata
echo "build_server_always = True" > config.py
if [ -z $ANDROID_HOME ]; then if [ -z $ANDROID_HOME ]; then
if [ -e ~/.android/bashrc ]; then if [ -e ~/.android/bashrc ]; then