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 script to use the correct branch name for updating the test service. #3850

Conversation

StephenBonikowsky
Copy link
Member

The CI build that happens right after a PR is merged will sync our test service to the head of the branch the PR was merged into.
The logic in the script that gets the name of the branch expected a one word branch name such as "master" and broke when the branch it tried to get the name of was "release/3.0.0".
This is a minor fix to first check if it is one of our 'release' branches so it does the right thing.

@StephenBonikowsky StephenBonikowsky self-assigned this Aug 30, 2019
@StephenBonikowsky StephenBonikowsky merged commit afba3c3 into dotnet:release/3.0.0 Aug 30, 2019
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.

1 participant