To merge, we recommend using the merge button in the pull request. You can also merge locally and push the merge up to Bitbucket using these commands. Once pushed, the pull request will show as merged. 1234567kb-example-repo$ git switch feature/one # This command makes sure you have ...
In the workflow it clones other repo by branch, # but since CIRCLE_TAG exists, it will try to clone tag that doesn't exist. fi DEPTH=${PARAM_DEPTH:--1} SUBMODULES_DEPTH=${PARAM_SUBMODULES_DEPTH:--1} # DEST_DIR - destination for repo # If not provided in orb param, try DEST_...
BitbucketOrgOrUser/MyBitbucketRepo - repository: MyAzureReposGitRepository # In a different organization endpoint: MyAzureReposGitServiceConnection type: git name: OtherProject/MyAzureReposGitRepo trigger: - main pool: vmImage: 'ubuntu-latest' steps: - checkout: self - checkout: MyGitHubRepo -...