Skip to content

Commit ea415e1

Browse files
authored
Merge pull request #632 from hidekazuna/reducelog
CI: Wget kubernetes binary be quiet
2 parents 580f82a + 9c16d13 commit ea415e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/e2e-conformance/e2e-conformance_patch.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
mkdir -p $K8S_DIR
110110
K8S_URL="https://dl.k8s.io/${KUBERNETES_VERSION}/kubernetes-server-linux-amd64.tar.gz"
111111
cd ${K8S_DIR}
112-
wget ${K8S_URL}
112+
wget -q ${K8S_URL}
113113
tar zxvf kubernetes-server-linux-amd64.tar.gz
114114
K8S_SERVER_BIN_DIR="${K8S_DIR}/kubernetes/server/bin"
115115

0 commit comments

Comments
 (0)