-
Notifications
You must be signed in to change notification settings - Fork 235
Feature: added ability to override the default branch #370
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
Feature: added ability to override the default branch #370
Conversation
sbkok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change requested.
Other than that, looks good to me.
I wish we could default to main as the branch name. But unfortunately that would not be backward compatible. Something to consider for the next major release.
Thanks for contributing this change.
src/lambda_codebase/initial_commit/bootstrap_repository/example-adfconfig.yml
Outdated
Show resolved
Hide resolved
src/lambda_codebase/initial_commit/bootstrap_repository/example-adfconfig.yml
Outdated
Show resolved
Hide resolved
sbkok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed the changes requested in the review comments above.
Thanks for delivering this feature @apogorielov!
StewartW
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me ![]()
…pipelines
Issue #, if available:
Description of changes:
Following PR adds ability to override default "master" branch for deployment pipelines using values provided in adfconfig.yml. If parameter is not provided, branch defaults to "master" to remain backward compatibility.
Priority of branch selection:
Parameter is propagated to the deployment accounts using SSM, where later is retrieved and used a part of input generation for pipelines.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.