Browse Source

bintray.sh: specify --quiet when using the "wget" command

Stephen Gold 4 years ago
parent
commit
202b315079
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/tools/bintray.sh

+ 1 - 1
.github/actions/tools/bintray.sh

@@ -46,7 +46,7 @@ function minio_uploadFile {
     secret="$5"
 
     echo "Install MinIO client"
-    wget https://dl.min.io/client/mc/release/linux-amd64/mc
+    wget --quiet https://dl.min.io/client/mc/release/linux-amd64/mc
     chmod +x ./mc
 
     echo "Add an alias for the MinIO instance to the MinIO configuration file"