https clone address requires .git

This commit is contained in:
Daniel Martí 2015-07-30 11:57:48 -07:00
parent 5cb76d0f89
commit f2370fed5b

View file

@ -1,7 +1,7 @@
before_script:
- apt-get update -qy
- apt-get install -y python python-setuptools
- git clone https://gitlab.com/fdroid/fdroidserver fdroidserver --depth=10
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- cd fdroidserver
- python2 setup.py install