From 2221325f3d79b05220f40a228c99bebef6bfdf83 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Mon, 27 Feb 2023 20:48:43 +0000 Subject: [PATCH] TUN-7213: Debug homebrew-cloudflare build --- .teamcity/update-homebrew.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.teamcity/update-homebrew.sh b/.teamcity/update-homebrew.sh index 6450f0ef..7e44b787 100755 --- a/.teamcity/update-homebrew.sh +++ b/.teamcity/update-homebrew.sh @@ -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']"