Skip to content

Commit

Permalink
bintray.sh: specify --quiet when using the "wget" command
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 12, 2021
1 parent eae4de1 commit 202b315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tools/bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 202b315

Please sign in to comment.