mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-test: only use APKs that'll never be in fdroiddata
This commit is contained in:
parent
4190481142
commit
c738ad54ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue