Skip to content

Commit 4c10f68

Browse files
TUN-6984: Set euo pipefile for homebrew builds
1 parent cf87ec7 commit 4c10f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.teamcity/build-macos.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euo pipefail
4+
35
if [[ "$(uname)" != "Darwin" ]] ; then
46
echo "This should be run on macOS"
57
exit 1

0 commit comments

Comments
 (0)