Connect Bitbucket Pipelines with Google Source Repositories
To allow Bitbucket Pipelines access to your personal Google Source Repositories you need to do a few steps.
Add SSH Key to Bitbucket Pipeline
- Select the repository you want to setup the pipeline for
- Nagivate to Settings for the relevant repository
- Navigate to the SSH keys tab under Pipelines
- Ensure there is a SSH key generated
- Add to Known hosts
source.developers.google.com:2022
and click fetch
That is all, run your pipeline and it is now able to clone repos from Google Source Repositories