Skip to content

Commit 78989b9

Browse files
authored
Update common.ps1 (#20820)
1 parent 64d3ccb commit 78989b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/jenkins/common.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ rm -Force testout*
3434
$env:SHORT_COMMIT=$env:COMMIT.substring(0, 7)
3535
$gcs_bucket="minikube-builds/logs/$env:MINIKUBE_LOCATION/$env:ROOT_JOB_ID"
3636
$env:MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE="true"
37+
$ProgressPreference = 'SilentlyContinue'
3738

3839
# Docker's kubectl breaks things, and comes earlier in the path than the regular kubectl. So download the expected kubectl and replace Docker's version.
3940
$KubeVersion = (Invoke-WebRequest -Uri 'https://dl.k8s.io/release/stable.txt' -UseBasicParsing).Content

0 commit comments

Comments
 (0)