Skip to content

Commit 44a3be4

Browse files
committed
ci: Print message when do travis comment in pull request
Signed-off-by: Huaqi Fang <[email protected]>
1 parent b7a15f9 commit 44a3be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ def comment_on_pull_request(comment):
575575
slug=slug, number=pr_number)
576576
response = requests.post(url, data=json.dumps({'body': comment}),
577577
headers={'Authorization': 'token ' + token})
578+
print(">>>>Travis send pull request comment to {}, repsonse status code {}.".format(url, response.status_code))
578579
return response.json()
579580

580581

0 commit comments

Comments
 (0)