Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix]: [PIPE-20649]: Fixed Branch Names in Body for CRUD operations For AzureFlows #319

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

senjucanon2
Copy link
Contributor

Context:

  • Whenever the branch name contains '/' in it , the Create, Update operations fails in-case of Azure. Azure returns that the name of branch is not valid.

Issue:

  • Branch names needs to be prepended by refs/heads whenever passes in body of requests. And it was skipped for branch having '/' in names.

Testing:

  • Have successfully validated create and update operations for Harness with Azure Git Provider.

@mohitg0795 mohitg0795 merged commit 0ad4451 into drone:master Aug 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants