Explorar el Código

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

Stephen Gold hace 4 años
padre
commit
202b315079
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"