Disable the wget progress bar in CI

This commit is contained in:
mattmadeofpasta 2023-11-10 18:00:18 +00:00
parent c439d044b0
commit 315f5e8c43
No known key found for this signature in database
GPG key ID: 020D6BD1B8975037

View file

@ -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 &&