We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72503ee commit 45e8eb7Copy full SHA for 45e8eb7
.teamcity/build-macos.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -euxo pipefail
+set -exo pipefail
4
5
if [[ "$(uname)" != "Darwin" ]] ; then
6
echo "This should be run on macOS"
0 commit comments