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 7c93774 commit 4f720fdCopy full SHA for 4f720fd
.circleci/config.yml
@@ -175,7 +175,7 @@ jobs:
175
- checkout
176
- install_python_requests
177
- run:
178
- command: ./scripts/circlci-jobs/deploy_to_dev.sh
+ command: ./scripts/circleci-jobs/deploy_to_dev.sh
179
name: Deploy to dev
180
181
command: ./scripts/slack/notify_failure.py "${CIRCLE_BRANCH}" "${CIRCLE_JOB}" "${CIRCLE_BUILD_URL}" "${CIRCLE_PULL_REQUEST}" "${SLACK_WEBHOOK}"
.circleci/config/jobs/deploy_to_dev.yml
@@ -10,7 +10,7 @@ steps:
10
11
12
13
14
15
16
name: Notify Slack on failure
0 commit comments