*.sh: Set sane bash options on shell scripts
Adding the following accross the project: ```bash /# exit immediately when a command fails set -e /# only exit with zero if all commands of the pipeline exit successfully set -o pipefail /# error on unset variables +set -u ```
Showing
- experimental/custom-metrics-api/gencerts.sh 6 additions, 0 deletionsexperimental/custom-metrics-api/gencerts.sh
- hack/example-service-monitoring/deploy 6 additions, 0 deletionshack/example-service-monitoring/deploy
- hack/example-service-monitoring/teardown 6 additions, 0 deletionshack/example-service-monitoring/teardown
Loading
Please register or sign in to comment