CI: No longer need to install deps
This commit is contained in:
parent
f6ced9f835
commit
255781f489
|
@ -1,10 +1,6 @@
|
|||
image: mvdan/fdroid-ci:latest
|
||||
|
||||
before_script:
|
||||
- apt-get -q update -y
|
||||
- echo " == Installing required packages"
|
||||
- apt-get -q install -y git python python-yaml
|
||||
- echo " == Cloning fdroidserver"
|
||||
- rm -rf fdroidserver
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
|
|
Loading…
Reference in a new issue