-
Notifications
You must be signed in to change notification settings - Fork 57
fix(dotfiles): handle failures in dotfiles installation #387
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
Conversation
Currently, if the dotfiles installation (`coder dotfiles ...`) fails, the script still shows as successful in the Coder UI.
HI @chazmo03 Thanks for the contribution. Could you please address the failed CI checks? |
@matifali can you please take another look? |
@phorcys420 I made the suggested change. Can you please take another look? |
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.
LGTM!
Sorry for the delay on such a simple PR, I've been pretty busy and away for FOSDEM!
If the dotfiles installation (
coder dotfiles ...
) fails, the script still shows as successful in the Coder UI. This should bubble up any errors so that Coder (and the user) are aware that the installation failed.