Skip to content

Commit 2221325

Browse files
TUN-7213: Debug homebrew-cloudflare build
1 parent 2bb054c commit 2221325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.teamcity/update-homebrew.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -euo pipefail
44

55
FILENAME="${PWD}/artifacts/cloudflared-darwin-amd64.tgz"
66

7+
echo "$GITHUB_PRIVATE_KEY"
8+
79
if ! VERSION="$(git describe --tags --exact-match 2>/dev/null)" ; then
810
echo "Skipping public release for an untagged commit."
911
echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']"

0 commit comments

Comments
 (0)