Skip to content

Commit 4ce63ac

Browse files
authored
Merge pull request #252 from github/snh/remove-wcat-io
Remove wcat.io from cibuild
2 parents f145ee2 + ff1fd92 commit 4ce63ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

script/cibuild

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,5 @@ else
6363
exit 1
6464
fi
6565

66-
# Publish package files on wcat.io
67-
echo "Uploading packages ..."
68-
for f in $pkg_files; do
69-
printf "%-32s %-s\n" "$(curl -sT- https://wcat.io <"$f" || true)" "$f"
70-
done
71-
7266
# Generate md5sums
7367
md5sum $pkg_files

0 commit comments

Comments
 (0)