jenkins: some reliability fixes to the test scripts

This commit is contained in:
Hans-Christoph Steiner 2017-11-10 22:08:31 +01:00
parent daa9635286
commit c89649057a
2 changed files with 3 additions and 1 deletions

View file

@ -74,7 +74,7 @@ if [ -e fdroiddata ]; then
git checkout master
git reset --hard origin/master
# keep all the cloned source repos
git clean -fdx --exclude build
git clean -fdx --exclude build --exclude repo --exclude unsigned
else
git clone https://gitlab.com/fdroid/fdroiddata.git fdroiddata
cd fdroiddata