From 315f5e8c4355a3dda4586fad5ccba308b9c98ea1 Mon Sep 17 00:00:00 2001 From: mattmadeofpasta Date: Fri, 10 Nov 2023 18:00:18 +0000 Subject: [PATCH] Disable the wget progress bar in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81fd567..db1bac9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 &&