From cc0a5ac3df9b8941ffbfeefe518c4e625ba84610 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 8 Sep 2020 10:41:06 -0500 Subject: [PATCH] AUTH-2653 disble error pipe to see what is failing --- .teamcity/build-macos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index b8da4b9e..ff7eb6ed 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -euo pipefail +#set -euo pipefail if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS" @@ -138,6 +138,7 @@ fi # creating build directory +rm -rf $TARGET_DIRECTORY mkdir "${TARGET_DIRECTORY}" mkdir "${TARGET_DIRECTORY}/contents" cp -r ".mac_resources/scripts" "${TARGET_DIRECTORY}/scripts"