AUTH-2653 disble error pipe to see what is failing

This commit is contained in:
Dalton 2020-09-08 10:41:06 -05:00
parent 5fb938d6d6
commit cc0a5ac3df
1 changed files with 2 additions and 1 deletions

View File

@ -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"