Skip to content

Commit 45e8eb7

Browse files
TUN-6984: [CI] Don't fail on unset.
Dont fail on bash unset (set -u) because we initialise to machine defaults if the variables are unset within this script.
1 parent 72503ee commit 45e8eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -euxo pipefail
3+
set -exo pipefail
44

55
if [[ "$(uname)" != "Darwin" ]] ; then
66
echo "This should be run on macOS"

0 commit comments

Comments
 (0)