CI: Simplify script
This commit is contained in:
parent
7cb82366fb
commit
05b7c67542
|
@ -3,8 +3,8 @@ before_script:
|
|||
- echo " == Installing required packages"
|
||||
- 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
|
||||
- rm -rf fdroidserver
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
- touch config.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue