jjb: Reduce output when downloading go during distrobuild
[lttng-ci.git] / pipelines / images / distrobuild.sh
index 150018248e4919ffe3f4471c6488cae854a039fc..f02fd54935074c0ec117c97f2f601c94f1a11d9a 100644 (file)
@@ -81,7 +81,7 @@ fi
 
 # Get go
 apt-get install -y wget
-wget "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -O - | tar -C /usr/local -xzf -
+wget -q "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -O - | tar -C /usr/local -xzf -
 export PATH="${PATH}:/usr/local/go/bin"
 
 # Install distrobuilder
This page took 0.022703 seconds and 4 git commands to generate.