mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 00:46:55 +00:00
TUN-6984: Set euo pipefile for homebrew builds
This commit is contained in:
parent
cf87ec7969
commit
4c10f68e2d
2
.teamcity/build-macos.sh
vendored
2
.teamcity/build-macos.sh
vendored
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||
echo "This should be run on macOS"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user