mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2026-03-13 08:10:39 +08:00
Use set -e to catch errors in all scripts (#2347)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user