mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 21:06:34 +00:00
TUN-7213: Debug homebrew-cloudflare build
This commit is contained in:
parent
2bb054c4bf
commit
2221325f3d
2
.teamcity/update-homebrew.sh
vendored
2
.teamcity/update-homebrew.sh
vendored
@ -4,6 +4,8 @@ set -euo pipefail
|
|||||||
|
|
||||||
FILENAME="${PWD}/artifacts/cloudflared-darwin-amd64.tgz"
|
FILENAME="${PWD}/artifacts/cloudflared-darwin-amd64.tgz"
|
||||||
|
|
||||||
|
echo "$GITHUB_PRIVATE_KEY"
|
||||||
|
|
||||||
if ! VERSION="$(git describe --tags --exact-match 2>/dev/null)" ; then
|
if ! VERSION="$(git describe --tags --exact-match 2>/dev/null)" ; then
|
||||||
echo "Skipping public release for an untagged commit."
|
echo "Skipping public release for an untagged commit."
|
||||||
echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']"
|
echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']"
|
||||||
|
Loading…
Reference in New Issue
Block a user