Skip to content

Commit 202b315

Browse files
committed
bintray.sh: specify --quiet when using the "wget" command
1 parent eae4de1 commit 202b315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tools/bintray.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function minio_uploadFile {
4646
secret="$5"
4747

4848
echo "Install MinIO client"
49-
wget https://dl.min.io/client/mc/release/linux-amd64/mc
49+
wget --quiet https://dl.min.io/client/mc/release/linux-amd64/mc
5050
chmod +x ./mc
5151

5252
echo "Add an alias for the MinIO instance to the MinIO configuration file"

0 commit comments

Comments
 (0)