Use set -e to catch errors in all scripts (#2347)

This commit is contained in:
John Bley 2024-03-14 13:29:38 -04:00 committed by GitHub
parent af1528d288
commit 9b3d0b485e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
PROM_VERSION=v2.39.0
PROTO_VERSION=v1.3.2

View File

@ -1,5 +1,6 @@
#!/bin/bash
#
set -e
# This script:
# 1. parses the version number from the branch name
# 2. updates version.py files to match that version