Gitlab CI: server no longer attached to magic and requests

This commit is contained in:
Daniel Martí 2015-08-31 17:06:33 -07:00
parent 66ad3c5115
commit 895a9a4a68
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python python-requests python-magic
- apt-get -q install -y python
- echo " == Cloning fdroidserver"
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10