You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply open up a pull request in Azure DevOps. I'm forking a repo, "atlantis-testing" and pushing to it, then clicking "Create a pull request" in the UI. After opening the pull requests atlantis fails to clone the pull request with this error:
running git clone --branch refs/pull/102/source --depth=1 --single-branch https://my_username:<redacted>@dev.azure.com/my_organization/Terraform/_git/atlantis-testing /home/atlantis_user/.atlantis/repos/my_organization/Terraform/atlantis-testing/102/default: Cloning into '/home/atlantis_user/.atlantis/repos/my_organization/Terraform/atlantis-testing/102/default'...
warning: Could not find remote branch refs/pull/102/source to clone.
fatal: Remote branch refs/pull/102/source not found in upstream origin
: exit status 128
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Simply open up a pull request in Azure DevOps. I'm forking a repo, "atlantis-testing" and pushing to it, then clicking "Create a pull request" in the UI. After opening the pull requests atlantis fails to clone the pull request with this error:
The text was updated successfully, but these errors were encountered: