Disable the wget progress bar in CI
This commit is contained in:
parent
c439d044b0
commit
315f5e8c43
|
@ -5,6 +5,8 @@ variables:
|
|||
GIT_SUBMODULE_STRATEGY: "recursive"
|
||||
|
||||
before_script:
|
||||
# Disable the wget progress bar
|
||||
- echo 'show-progress = off' >> ~/.wgetrc
|
||||
- |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update -qq &&
|
||||
|
|
Loading…
Reference in a new issue