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

jenkins-test: remove tmp hack now that androguard is available

Does the same thing as 9f553186e8 but for
jenkins.debian.net's profitbricks-build7-amd64 setup.
This commit is contained in:
Hans-Christoph Steiner 2018-03-09 13:45:51 +01:00
parent 02107cc5bc
commit a576796291

View File

@ -25,9 +25,6 @@ export ANDROID_HOME=/usr/lib/android-sdk
rm -rf "$WORKSPACE/.testfiles"
cd tests
echo "Debian's build-tools is too old, remove once the package has been updated"
sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' repo/index.xml
sed -i '/^diff -uw .*index-v1.json$/d' run-tests
./run-tests $WORKSPACE/fdroiddata/repo
# this is set up and managed by jenkins-build-all