thgruiz opened a new pull request, #1393: URL: https://github.com/apache/camel-karavan/pull/1393
Two small changes on this PR: change 1) Adds more details on log message on git init When something went wrong on the git clone process, I was getting those logs entries:  And was not able to know what was going on (had to debug to check) So just added the exception to the log message to get a clearer picture:  (note: this change would have helped the guy from https://github.com/apache/camel-karavan/issues/1347 to know the variable name was wrong, I think...) change 2) Adds the configured branch name to git clone command, to prevent errors like these:  In the above case, my git repo had a different default branch from what was configured on the env var KARAVAN_GIT_BRANCH. this, I presume, will close issue the https://github.com/apache/camel-karavan/issues/1347 -- 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]
