jenkins-test: only use APKs that'll never be in fdroiddata

This commit is contained in:
Hans-Christoph Steiner 2019-09-25 14:34:47 +02:00
parent 4190481142
commit c738ad54ec
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ cd tests
if [ ! -e $WORKSPACE/fdroiddata/repo ]; then
echo "WARNING: $WORKSPACE/fdroiddata/repo does not exist, making placeholder!"
mkdir $WORKSPACE/fdroiddata/repo
cp $WORKSPACE/tests/repo/*.apk $WORKSPACE/fdroiddata/repo/
cp $WORKSPACE/tests/repo/*obb.*.apk $WORKSPACE/fdroiddata/repo/
fi
./run-tests $WORKSPACE/fdroiddata/repo