mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins-test: don't overwrite fdroid init
config.py and rm test files
This commit is contained in:
parent
d6c2ec092f
commit
c7f859c168
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ set -x
|
||||||
# set up Android SDK to use the Debian packages in stretch
|
# set up Android SDK to use the Debian packages in stretch
|
||||||
export ANDROID_HOME=/usr/lib/android-sdk
|
export ANDROID_HOME=/usr/lib/android-sdk
|
||||||
|
|
||||||
|
rm -rf $WORKSPACE/.testfiles
|
||||||
cd tests
|
cd tests
|
||||||
./run-tests $WORKSPACE
|
./run-tests $WORKSPACE
|
||||||
|
|
||||||
|
@ -34,7 +35,7 @@ rm -f config.py
|
||||||
../fdroid update
|
../fdroid update
|
||||||
|
|
||||||
export GNUPGHOME=$WORKSPACE/tests/gnupghome
|
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 "gpghome = '$GNUPGHOME'" >> config.py
|
||||||
echo "gpgkey = 'CE71F7FB'" >> config.py
|
echo "gpgkey = 'CE71F7FB'" >> config.py
|
||||||
chmod 0600 config.py
|
chmod 0600 config.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue