CI: explicitly install git

The base system might not have it.
This commit is contained in:
Daniel Martí 2016-01-07 15:06:04 +01:00
parent a81ecc9195
commit 485c6b4aa2

View file

@ -1,7 +1,7 @@
before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python python-yaml
- apt-get -q install -y git python python-yaml
- echo " == Cloning fdroidserver"
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=1