Skip to content

Commit 0599ac1

Browse files
committed
silence spam
1 parent 6044b12 commit 0599ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
part="monero-gui-$VERSION_GUI"
8888
fi
8989
url=$CDN_URL/${part}/${dir}/${file}
90-
if ! wget --spider "$url"; then
90+
if ! wget --spider -S "$url"; then
9191
echo "Webseed FAILED: $url"
9292
#exit 1
9393
else

0 commit comments

Comments
 (0)