Skip to content
Snippets Groups Projects
Verified Commit 315f5e8c authored by mattmadeofpasta's avatar mattmadeofpasta
Browse files

Disable the wget progress bar in CI

parent c439d044
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment