klion26 commented on issue #3125: URL: https://github.com/apache/amoro/issues/3125#issuecomment-2304521224
@zhongqishang Currently, every build (normal and release) will not fail even if there is no .git folder. The changes here are to fail the build if the .git folder does not exist, and add a configuration to make it not fail. The former way is what we want in local development mode, and the latter way (not failing) is used for the release process. In flink, I think it was missed by the original contributor[1] [1] https://github.com/apache/flink/pull/12941#issuecomment-663617091 -- 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]
