DEVTOOLS-7321: Don't skip macOS builds based on tag
This commit is contained in:
parent
12c615e2e6
commit
0f893fab47
|
@ -2,12 +2,6 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
if ! git describe --tags --exact-match 2>/dev/null ; then
|
|
||||||
echo "Skipping public release for an untagged commit."
|
|
||||||
echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||||
echo "This should be run on macOS"
|
echo "This should be run on macOS"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue