From 4c10f68e2d3317cade72cbe498f1edeadeedf0f5 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Wed, 30 Nov 2022 15:05:21 +0000 Subject: [PATCH] TUN-6984: Set euo pipefile for homebrew builds --- .teamcity/build-macos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index 7f9fc3df..b05326a9 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS" exit 1