mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-18 23:17:15 -04:00
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
This commit is contained in:
@@ -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]\*
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user