Skip to content

Commit

Permalink
Use pipefail in release-all
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Sep 3, 2024
1 parent eda3ccd commit c488543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/release-all/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
set -o pipefail

PROG=$(basename "$0")

# Crude associative-array-ish thingy that works in bash v3 for Mac.
Expand Down

0 comments on commit c488543

Please sign in to comment.