Skip to content

Commit a27ed03

Browse files
committed
Force open log group
1 parent 9bba0c4 commit a27ed03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/steps/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ echo "--- :git: Checking and fetching git tags"
2222
if [[ -n "${BUILDKITE_TAG:-}" ]]; then
2323
git fetch -v --tags
2424
if ! git tag --list | grep -q "^${BUILDKITE_TAG}$"; then
25+
echo "^^^ +++"
2526
echo "Tag ${BUILDKITE_TAG} does not exist"
2627
exit 1
2728
fi

0 commit comments

Comments
 (0)