Closed edmorley closed 3 years ago
In #194 errors occurred during the build, however the build was still marked as successful, since it exited zero.
This resulted in boot time failures instead, which is much worse, since it can take down an already-deployed app.
To resolve this, bash exit on error mode should be used to ensure errors are caught during the build itself.
See also: http://redsymbol.net/articles/unofficial-bash-strict-mode/
In #194 errors occurred during the build, however the build was still marked as successful, since it exited zero.
This resulted in boot time failures instead, which is much worse, since it can take down an already-deployed app.
To resolve this, bash exit on error mode should be used to ensure errors are caught during the build itself.
See also: http://redsymbol.net/articles/unofficial-bash-strict-mode/