Skip to content

2022-August-20 - 2.6+14110

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 02:34
425c537
Infra: update build-installer script to fail on first error (#10989)

Add 'set -e' flag to 'build-installer' script.
Ideally we would have this flag on every script!
The flag will fail on first error. We fix up the
script to avoid unnecessary errors that could be
encountered when running locally (on a dev laptop)