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