mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 02:56:35 +00:00
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.
This commit is contained in:
parent
72503eeaaa
commit
45e8eb7275
2
.teamcity/build-macos.sh
vendored
2
.teamcity/build-macos.sh
vendored
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -exo pipefail
|
||||
|
||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||
echo "This should be run on macOS"
|
||||
|
Loading…
Reference in New Issue
Block a user