Gitlab CI: make apt-get quiet
This commit is contained in:
parent
69bc28fc7b
commit
06ce8f95b7
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue