diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index b5f43f87..0770df58 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -euxo pipefail +set -exo pipefail if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS"