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: Initialize EnvDescriber in init command for svc and job #4253

Merged
merged 15 commits into from
Dec 6, 2022

Conversation

KollaAdithya
Copy link
Contributor

This PR will fix the failing test suite i.e, to initialize EnvDescriber for both service and job in init

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@KollaAdithya KollaAdithya requested a review from a team as a code owner December 6, 2022 18:21
@KollaAdithya KollaAdithya requested review from dannyrandall and removed request for a team December 6, 2022 18:21
ConfigStore: configStore,
})
if err != nil {
return nil, fmt.Errorf("initiate env describer: %w", err)
Copy link
Contributor

@huanjani huanjani Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit (here and below):
"initialize" instead of "initiate"?

nvm "initiate" is all over our codebase

@mergify mergify bot merged commit 9e4983a into aws:mainline Dec 6, 2022
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