From c738ad54ec6c03866c7ad8adc4774a705e6378d0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 Sep 2019 14:34:47 +0200 Subject: [PATCH] jenkins-test: only use APKs that'll never be in fdroiddata --- jenkins-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-test b/jenkins-test index a48d6525..d6ce9659 100755 --- a/jenkins-test +++ b/jenkins-test @@ -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