mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
jenkins-test: only use APKs that'll never be in fdroiddata
This commit is contained in:
parent
4190481142
commit
c738ad54ec
@ -37,7 +37,7 @@ cd tests
|
|||||||
if [ ! -e $WORKSPACE/fdroiddata/repo ]; then
|
if [ ! -e $WORKSPACE/fdroiddata/repo ]; then
|
||||||
echo "WARNING: $WORKSPACE/fdroiddata/repo does not exist, making placeholder!"
|
echo "WARNING: $WORKSPACE/fdroiddata/repo does not exist, making placeholder!"
|
||||||
mkdir $WORKSPACE/fdroiddata/repo
|
mkdir $WORKSPACE/fdroiddata/repo
|
||||||
cp $WORKSPACE/tests/repo/*.apk $WORKSPACE/fdroiddata/repo/
|
cp $WORKSPACE/tests/repo/*obb.*.apk $WORKSPACE/fdroiddata/repo/
|
||||||
fi
|
fi
|
||||||
./run-tests $WORKSPACE/fdroiddata/repo
|
./run-tests $WORKSPACE/fdroiddata/repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user