We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed0cde commit b8d59e2Copy full SHA for b8d59e2
.circleci/config.yml
@@ -3,8 +3,6 @@
3
# Check https://circleci.com/docs/2.0/language-java/ for more details
4
#
5
version: 2.1
6
-orbs:
7
- slack: circleci/slack@4.4.2
8
9
jobs:
10
build:
@@ -42,11 +40,6 @@ jobs:
42
40
- run: mvn integration-test
43
41
- run: mvn cobertura:cobertura
44
- 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
50
51
#- run: mvn -s .circleci.settings.xml -DskipTests deploy
52
workflows:
0 commit comments