mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
CI: explicitly install git
The base system might not have it.
This commit is contained in:
parent
a81ecc9195
commit
485c6b4aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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