Use set -e to catch errors in all scripts (#2347)
This commit is contained in:
parent
af1528d288
commit
9b3d0b485e
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
PROM_VERSION=v2.39.0
|
||||
PROTO_VERSION=v1.3.2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue