mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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:
parent
311ec604f8
commit
455e76b9e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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]\*
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue