thiagoelg opened a new pull request, #2861: URL: https://github.com/apache/incubator-kie-tools/pull/2861
Fixes two issues preventing the daily dev build to succeed: - `kie-sandbox-accelerator-quarkus` was creating a bare repo without the proper git config (missing user.email and user.name), as the config was not inherited from the local environment; - Image builds that hardlinked the local Maven repository were failing because the local Maven repository was hosted inside the container while the kie-tools files were symlinked from outside (mounted volume). This prevented the container from accessing these files and broke the build. Fixed by moving the local Maven repository to the same filesystem as the kie-tools files. Also: - Removed references to the Task Console -- 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]
