Cloning a Git repository
Description
Clone a Git repository.
Instructions
-
Add the Activate SSH key (RSA private key) Step. This allows the Git client on the build VM to access private repositories.
-
Add the Git Clone Repository Step.
Check out other options in the Step documentation or in the Workflow Editor.
bitrise.yml
- [email protected]: run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}' - [email protected]: {}