TUN-7213: Debug homebrew-cloudflare build

This commit is contained in:
Sudarsan Reddy 2023-02-27 20:48:43 +00:00
parent 2bb054c4bf
commit 2221325f3d
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set -euo pipefail
FILENAME="${PWD}/artifacts/cloudflared-darwin-amd64.tgz"
echo "$GITHUB_PRIVATE_KEY"
if ! VERSION="$(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']"