mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins: some reliability fixes to the test scripts
This commit is contained in:
parent
daa9635286
commit
c89649057a
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue