Run setup inside dir, clone instead of wget

This commit is contained in:
Daniel Martí 2015-07-30 11:55:39 -07:00
parent 643e5c9d90
commit 5cb76d0f89
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
before_script:
- apt-get update -qy
- apt-get install -y python python-setuptools
- wget 'https://gitlab.com/fdroid/fdroidserver/repository/archive.tar.bz2?ref=master' -O '/tmp/fdroidserver.tar.bz2'
- tar -xvf '/tmp/fdroidserver.tar.bz2'
- python2 fdroidserver.git/setup.py install
- git clone https://gitlab.com/fdroid/fdroidserver fdroidserver --depth=10
- cd fdroidserver
- python2 setup.py install
metadata_check:
script: