Revision 353a20c3ba2201a3cf05b5689e4bc2a6142defa0 authored by Joe Stringer on 23 December 2019, 18:00:50 UTC, committed by Joe Stringer on 02 January 2020, 21:37:28 UTC
Recent CI builds have consumed as many as 4300 lines of CLI output per
attempt to download the helm client, over the course of about 6 seconds.

Use the `-nv` (no verbose) option to quieten this output to only
info/error/warnings; converts into about one line of output:

     $ wget -nv https://get.helm.sh/helm-v2.14.2-linux-amd64.tar.gz
     2019-12-23 10:00:32
     URL:https://get.helm.sh/helm-v2.14.2-linux-amd64.tar.gz
     [26534215/26534215] -> "helm-v2.14.2-linux-amd64.tar.gz" [1]

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent d7ff1c8
History
File Mode Size
gce-deployment
k8s
02-perf.sh -rwxr-xr-x 5.8 KB
09-perf-gce.sh -rwxr-xr-x 7.9 KB
10-proxy.sh -rwxr-xr-x 8.8 KB
98-documentation-link-check.sh -rwxr-xr-x 405 bytes
Makefile -rw-r--r-- 93 bytes
helpers.bash -rw-r--r-- 33.1 KB
run-tests -rwxr-xr-x 650 bytes

back to top