Skip to content

Commit 8bb5912

Browse files
authored
fail if there is an issue (#723)
* fail if there is an issue * update firestore api
1 parent bcc04b6 commit 8bb5912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/fireci/fireci/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ def api_information(auth_token, repo_name, issue_number):
9898
repo = github_client.get_repo(repo_name)
9999
pr = repo.get_pull(int(issue_number))
100100
pr.create_issue_comment(comment_string)
101+
exit(1)

0 commit comments

Comments
 (0)