mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 02:26:34 +00:00
AUTH-2653 disble error pipe to see what is failing
This commit is contained in:
parent
5fb938d6d6
commit
cc0a5ac3df
3
.teamcity/build-macos.sh
vendored
3
.teamcity/build-macos.sh
vendored
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -euo pipefail
|
#set -euo pipefail
|
||||||
|
|
||||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||||
echo "This should be run on macOS"
|
echo "This should be run on macOS"
|
||||||
@ -138,6 +138,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
# creating build directory
|
# creating build directory
|
||||||
|
rm -rf $TARGET_DIRECTORY
|
||||||
mkdir "${TARGET_DIRECTORY}"
|
mkdir "${TARGET_DIRECTORY}"
|
||||||
mkdir "${TARGET_DIRECTORY}/contents"
|
mkdir "${TARGET_DIRECTORY}/contents"
|
||||||
cp -r ".mac_resources/scripts" "${TARGET_DIRECTORY}/scripts"
|
cp -r ".mac_resources/scripts" "${TARGET_DIRECTORY}/scripts"
|
||||||
|
Loading…
Reference in New Issue
Block a user