cryptoe commented on code in PR #17907: URL: https://github.com/apache/druid/pull/17907#discussion_r2041157444
########## integration-tests/script/setup_druid_on_k8s.sh: ########## @@ -25,13 +26,6 @@ rm -rf docker/client_tls cp -r client_tls docker/client_tls cd .. -# Build Docker images for pods -mvn -B -ff -q \ Review Comment: Lets mention a comment that this command relies on the correct version of the jars be installed in the local m2 repo. For any changes please rebuild it using the command. -- 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]
