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 fab565b + 5581f35 commit 9e76d8cCopy full SHA for 9e76d8c
2 files changed
templates/.circleci/config.yml
@@ -147,8 +147,8 @@ jobs:
147
paths:
148
- "node_modules"
149
150
- # Requires the SLACK_WEBHOOK
151
- - slack/notify-on-failure
+ # Requires the SLACK_WEBHOOK env var to be set
+ # - slack/notify-on-failure
152
153
deploy:
154
docker:
zero-module.yml
@@ -22,7 +22,6 @@ parameters:
22
- field: region
23
label: Select AWS Region
24
options:
25
- - "us-west-1"
26
- "us-west-2"
27
- "us-east-1"
28
- "us-east-2"
0 commit comments