amoeba commented on code in PR #44823:
URL: https://github.com/apache/arrow/pull/44823#discussion_r1855649321


##########
dev/release/post-04-website.sh:
##########
@@ -29,6 +29,12 @@ if [ "$#" -ne 2 ]; then
   exit 1
 fi
 
+# Verify archery is available and stop if not
+if [ -z "$(which archery)" ]; then

Review Comment:
   Ah, that's a good reason. Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to