Skip to content

Commit

Permalink
Remove BearyChat notification from CircleCI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjiang Yu committed Apr 16, 2019
1 parent 652e780 commit 5425c57
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ commands:
- run:
name: Run unit tests
command: cd build && make test
- run:
name: Send failure notification
command: if [ -n "$BEARYCHAT_WEBHOOK" ]; then curl $BEARYCHAT_WEBHOOK -H 'Content-Type:application/json' -d "{\"text\":\"[$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_JOB/$CIRCLE_BUILD_NUM]($CIRCLE_BUILD_URL) failed\"}"; fi
when: on_fail

jobs:
check_clang_format:
Expand All @@ -29,10 +25,6 @@ jobs:
- run:
name: Run clang-format
command: ./run-clang-format.sh && git diff --exit-code
- run:
name: Send failure notification
command: if [ -n "$BEARYCHAT_WEBHOOK" ]; then curl $BEARYCHAT_WEBHOOK -H 'Content-Type:application/json' -d "{\"text\":\"[$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_JOB/$CIRCLE_BUILD_NUM]($CIRCLE_BUILD_URL) failed\"}"; fi
when: on_fail
build_and_run_unit_tests_bch:
docker:
- image: btccom/btcpool_build:bch-0.18.5
Expand Down

0 comments on commit 5425c57

Please sign in to comment.