1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

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

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