CI: explicitly install git
The base system might not have it.
This commit is contained in:
parent
a81ecc9195
commit
485c6b4aa2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue