Skip to content

Commit b8d59e2

Browse files
authored
Update config.yml
1 parent 5ed0cde commit b8d59e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Check https://circleci.com/docs/2.0/language-java/ for more details
44
#
55
version: 2.1
6-
orbs:
7-
slack: circleci/[email protected]
86

97
jobs:
108
build:
@@ -42,11 +40,6 @@ jobs:
4240
- run: mvn integration-test
4341
- run: mvn cobertura:cobertura
4442
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
45-
46-
- slack/notify:
47-
channel: redisaidev
48-
event: fail
49-
template: basic_fail_1
5043

5144
#- run: mvn -s .circleci.settings.xml -DskipTests deploy
5245
workflows:

0 commit comments

Comments
 (0)