1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00

jenkins-test: don't overwrite fdroid init config.py and rm test files

This commit is contained in:
Hans-Christoph Steiner 2017-11-27 09:36:01 +01:00
parent d6c2ec092f
commit c7f859c168

View File

@ -23,6 +23,7 @@ set -x
# set up Android SDK to use the Debian packages in stretch
export ANDROID_HOME=/usr/lib/android-sdk
rm -rf $WORKSPACE/.testfiles
cd tests
./run-tests $WORKSPACE
@ -34,7 +35,7 @@ rm -f config.py
../fdroid update
export GNUPGHOME=$WORKSPACE/tests/gnupghome
echo "build_server_always = True" > config.py
echo "build_server_always = True" >> config.py
echo "gpghome = '$GNUPGHOME'" >> config.py
echo "gpgkey = 'CE71F7FB'" >> config.py
chmod 0600 config.py