Closed linear[bot] closed 4 weeks ago
Since all of our CI scripts are run with BASH, we need to make sure that any unexpected non zero exit code instruction in the script should fail the CI run.
We need to add the snippet below to all our CI scripts
set -eu -o pipefail
ENG-282 Prevent False Positives in CI
Since all of our CI scripts are run with BASH, we need to make sure that any unexpected non zero exit code instruction in the script should fail the CI run.
We need to add the snippet below to all our CI scripts