mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-14 09:26:35 +00:00
TUN-6984: Add bash set x to improve visibility during builds
This commit is contained in:
parent
4c10f68e2d
commit
09e33a0b17
2
.teamcity/build-macos.sh
vendored
2
.teamcity/build-macos.sh
vendored
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||||
echo "This should be run on macOS"
|
echo "This should be run on macOS"
|
||||||
|
Loading…
Reference in New Issue
Block a user