kbendick commented on a change in pull request #3915:
URL: https://github.com/apache/iceberg/pull/3915#discussion_r786502468



##########
File path: dev/source-release.sh
##########
@@ -68,6 +69,11 @@ if [ -z "$version" ] || [ -z "$rc" ]; then
   usage
 fi
 
+if ! git ls-remote --quiet --exit-code "$remote"; then

Review comment:
       ~~TODO - The error logs still print out, so need to redirect error 
stream to /dev/null.~~
   
   Update: I have tested this and it logs stdout and stderr to /dev/null now 
(so just the log in the `echo` statement or nothing at all).




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to