Closed puckpuck closed 4 years ago
In some automated environments, errors can get gobbled up when the script is run. This will ensure they bubble up properly.
See: https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
@vikramraman WDYT should we do with this PR?
The script includes explicit error checking where relevant. Closing this for now, as it may introduce unintended error cases.
In some automated environments, errors can get gobbled up when the script is run. This will ensure they bubble up properly.
See: https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/