Gitlab CI: make apt-get quiet

This commit is contained in:
Daniel Martí 2015-08-27 15:40:18 -07:00
parent 69bc28fc7b
commit 06ce8f95b7

View file

@ -1,6 +1,6 @@
before_script:
- apt-get update -qy
- apt-get install -y python python-requests python-magic
- apt-get -q update -y
- apt-get -q install -y python python-requests python-magic
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- export PATH="$PATH:$PWD/fdroidserver"