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.
2 parents 6a197d8 + 9fee590 commit becf67fCopy full SHA for becf67f
1 file changed
templates/.circleci/config.yml
@@ -2,8 +2,6 @@
2
version: 2.1
3
orbs:
4
aws-s3: circleci/aws-s3@1.0.15
5
- queue: eddiewebb/queue@1.3.0
6
- slack: circleci/slack@3.4.2
7
8
variables:
9
- &workspace /home/circleci/project
@@ -112,9 +110,6 @@ jobs:
112
110
- store_artifacts:
113
111
path: test-reports
114
115
- # Requires the SLACK_WEBHOOK env var to be set
116
- - slack/notify-on-failure
117
-
118
build:
119
docker:
120
- image: *build-image
0 commit comments