-
Notifications
You must be signed in to change notification settings - Fork 152
Enable Post Scripts Process on Failure #1425
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
base: main
Are you sure you want to change the base?
Enable Post Scripts Process on Failure #1425
Conversation
Converted html to pure markdown. Added bundle frozen config. General cleanup of the readme.
|
I'm working on the CLA with my org now. |
Rendering the tasks with a specific partial was blowing up when tryiong to click links for the generic task partial.
|
I have signed the CLA! |
|
👋 Hi, I'm an automated AI code review bot. I ran some checks on this PR and found 2 points that might be worth attention (could be false positives, please use your judgment):
If you find these suggestions disruptive, you can reply "stop" , and I'll automatically skip this repository in the future. |
Motivation
I am currently trying to run a PoC of Shipit over our current manual deploy process. I noticed there are pre and post scripts that can be run, but I found out that on command errors, the post script won't be run.
My current system let's us know when deploys fail, and I think allowing post scripts to run on failure will get me the needed information in my secondary tracking system.
Changes
sedcommand work with modern macs (issue Disparate Ruby Versions #1371)postscripts on both deploy and rollback sections to runon_errordependencies.bundler.frozenOther fixes