We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b3d3b commit 5e463b6Copy full SHA for 5e463b6
ci/scripts/test-postgres-upgrade-with-cf/task.sh
@@ -42,7 +42,7 @@ function upload_stemcell() {
42
43
function upload_remote_release() {
44
local release_url=$1
45
- ssh ${SSH_CONNECTION_STRING} "wget '${release_url}' -O remote_release.tgz"
+ ssh ${SSH_CONNECTION_STRING} "wget --quiet '${release_url}' -O remote_release.tgz"
46
ssh ${SSH_CONNECTION_STRING} "bosh upload release remote_release.tgz"
47
}
48
0 commit comments