Procházet zdrojové kódy

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

Stephen Gold před 4 roky
rodič
revize
202b315079
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"