I have to privet repositories on bitbucket. One of them, main_repo, depends of the other dependency_repo and during the CI build on bitbucket pipelines it needs to clone it in order to build the package.
How can I give the CI build on bitbucket pipelines access to clone the dependency_repo?
Many thanks
Hi Omri,
Can you see if the following answer helps with your problem? https://community.atlassian.com/t5/Bitbucket-questions/Re-How-can-I-use-SSH-in-Bitbucket-Pipelines/qaq-p/764824/comment-id/25670#M25670
Thanks,
Phil
Hi Phil,
Yes it does! works like a charm.
Many thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.