gansheer opened a new pull request, #4230:
URL: https://github.com/apache/camel-k/pull/4230

   Fixes #4198 
   
   ## Motivation
   
   An error message can be seen in the logs on operator startup sequence that 
gives the impression that the copy from runtime to local repository does not 
happen.
   
   ## Description
   
   The actual copy is done but the library also tries to change the target 
directory to "0755" for the temp time of the copy but can't do it. The failure 
of the "chmod" only created an error log but does not prevent the copy.
   The call is modified to avoid doing the permission modification as the 
Dockerfile already ensures that they are correct.
   
   
   **Release Note**
   ```release-note
   fix(core): Fix copy local dependencies error message
   ```


-- 
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