You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a project I am working with loves the idea of Solidarity, and is inlining it in their build process. However, they don't want to completely block the build process on a mismatch - they want an obnoxious warning message.
Without some clever scripting, solidarity returns an exit 1 and fails out of the current script.
One possible solution: allow for the config to return an exit 0 to not fail the script, and have a timeout with a warning message.
The text was updated successfully, but these errors were encountered:
Currently a project I am working with loves the idea of Solidarity, and is inlining it in their build process. However, they don't want to completely block the build process on a mismatch - they want an obnoxious warning message.
Without some clever scripting, solidarity returns an exit 1 and fails out of the current script.
One possible solution: allow for the config to return an exit 0 to not fail the script, and have a timeout with a warning message.
The text was updated successfully, but these errors were encountered: