CI: clone --depth=1 is enough

This commit is contained in:
Daniel Martí 2015-11-14 23:49:53 +01:00
parent 419357555a
commit 5741599f1c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ before_script:
- apt-get -q install -y python python-yaml
- echo " == Cloning fdroidserver"
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=1
- export PATH="$PWD/fdroidserver:$PATH"
- touch config.py