Skip to content

Commit 5e463b6

Browse files
valeriapKevin Kelani
authored and
Kevin Kelani
committed
Quiet wget output when uploading release in upgrade test
[#119231177] Signed-off-by: Kevin Kelani <[email protected]>
1 parent 43b3d3b commit 5e463b6

File tree

1 file changed

+1
-1
lines changed
  • ci/scripts/test-postgres-upgrade-with-cf

1 file changed

+1
-1
lines changed

ci/scripts/test-postgres-upgrade-with-cf/task.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function upload_stemcell() {
4242

4343
function upload_remote_release() {
4444
local release_url=$1
45-
ssh ${SSH_CONNECTION_STRING} "wget '${release_url}' -O remote_release.tgz"
45+
ssh ${SSH_CONNECTION_STRING} "wget --quiet '${release_url}' -O remote_release.tgz"
4646
ssh ${SSH_CONNECTION_STRING} "bosh upload release remote_release.tgz"
4747
}
4848

0 commit comments

Comments
 (0)