From 455e76b9e76f1ed80fad92e6525cb44797dc38cd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 30 Aug 2014 13:47:12 -0400 Subject: [PATCH] jenkins: don't scan fdroidserver/ project for APKs This was causing a number of problems: * it would spend lots of time sorting through the tmp folders of APKs created by previous runs of this script * it would include the bad test APKs in tests/ as normal APKs --- jenkins-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-build b/jenkins-build index 4069d820..f67c5ed0 100755 --- a/jenkins-build +++ b/jenkins-build @@ -45,9 +45,9 @@ cd $WORKSPACE/fdroidserver/getsig #------------------------------------------------------------------------------# -# run local tests +# run local tests, don't scan fdroidserver/ project for APKs cd $WORKSPACE/tests -./run-tests ~jenkins/ +./run-tests ~jenkins/workspace/[[:upper:]a-eg-z]\* #------------------------------------------------------------------------------# -- 2.30.2