mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
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 New Issue
Block a user