Skip to content

Commit

Permalink
Revert "teamcity-support: make github-post best effort"
Browse files Browse the repository at this point in the history
This reverts commit 8bfad1d.

Release note: None
  • Loading branch information
otan committed Jun 8, 2021
1 parent 3f04bd5 commit e73c15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function run_json_test() {
exit 1
else
tc_start_block "post issues"
(github-post < "${tmpfile}") || (echo "failed to post github issue")
github-post < "${tmpfile}"
tc_end_block "post issues"
fi
fi
Expand Down

0 comments on commit e73c15c

Please sign in to comment.