Skip to content

Commit e3c334a

Browse files
committed
fix tc msg
1 parent 2725515 commit e3c334a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/pr_check/pr_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def verify_user_can_trigger_build(
4646
validate_pr_target_branch_in_valid_branches(pull, valid_branches)
4747
validate_author_pr_is_member_of_org(repo, github, pull)
4848
except ValueError as e:
49-
click.echo(f"teamcity[buildStop comment='{str(e)}' readdToQueue='false']")
49+
click.echo(f"##teamcity[buildStop comment='{str(e)}' readdToQueue='false']")

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

0 commit comments

Comments
 (0)