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

Improvements for production deployment check #1562

Merged
merged 7 commits into from
Mar 25, 2024

Conversation

cmichi
Copy link
Collaborator

@cmichi cmichi commented Mar 25, 2024

Follow-up to #1290.

@cmichi cmichi requested a review from smiasojed March 25, 2024 16:03
@cmichi cmichi requested a review from ascjones as a code owner March 25, 2024 16:03
c => Err(anyhow!("Expected either 'y' or 'n', got '{}'", c)),
// default is 'n'
"Y" => Ok(()),
"n" | "" => Err(anyhow!("Upload cancelled!")),
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am not sure about the convention used here, but maybe 'N' should be capitalised as it is the default value?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done. I modified it a bit above, as there's already a to_lowercase() before this line.

@cmichi cmichi merged commit 0f93fed into master Mar 25, 2024
11 checks passed
@cmichi cmichi deleted the cmichi-improvements-for-production-deployment-check branch March 25, 2024 19:08
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.

2 participants