mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Gitlab CI: make apt-get quiet
This commit is contained in:
parent
69bc28fc7b
commit
06ce8f95b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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