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:
   
   ![Screenshot from 2024-09-02 
16-48-10-commit-1](https://github.com/user-attachments/assets/7d0da933-b956-404d-911d-17598c89a6b8)
   
   
   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:
   
   
![image](https://github.com/user-attachments/assets/dcfcfb0a-39d8-40ce-a948-22bb5cec7045)
   
   
   (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:
   ![Screenshot from 2024-09-02 
17-04-00-commit-2](https://github.com/user-attachments/assets/82c2dde6-84ec-4a34-b1cb-a26983a7e7c6)
   
   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]

Reply via email to