mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 21:50:25 +08: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:
2
.teamcity/build-macos.sh
vendored
2
.teamcity/build-macos.sh
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -euxo pipefail
|
set -exo pipefail
|
||||||
|
|
||||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||||
echo "This should be run on macOS"
|
echo "This should be run on macOS"
|
||||||
|
|||||||
Reference in New Issue
Block a user