CI: clone --depth=1 is enough
This commit is contained in:
parent
419357555a
commit
5741599f1c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue