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

Validate package before prompting inside deploy flow. #279

Merged
merged 1 commit into from
May 12, 2021

Conversation

Integralist
Copy link
Collaborator

Problem: Currently when running compute deploy an error, caused by not first running build, will cause the service/domain/backend resources to be deleted and thus the user has to re-enter the information when they re-run deploy. That is a frustrating experience.
Solution: Move the package validation check to the top of the deploy flow so we can short-circuit any prompts.

@Integralist Integralist added the bug Something isn't working label May 12, 2021
@Integralist Integralist requested review from a team, doramatadora and kailan and removed request for a team May 12, 2021 15:54
Copy link
Member

@kailan kailan left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@Integralist Integralist merged commit 491a027 into main May 12, 2021
@Integralist Integralist deleted the integralist/move-package-validation-check branch May 12, 2021 16:08
Copy link
Contributor

@doramatadora doramatadora left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants