Skip to content

Commit c10053a

Browse files
committed
fix(circleci): remove deployment notification
1 parent 6dff4fb commit c10053a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ jobs:
172172
- run:
173173
name: Deploy Staging
174174
command: yarn vapor deploy staging --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
175-
- run:
176-
name: Notify velocity.codeclimate
177-
command: bash node_modules/circleci-util/src/notify-deployments.sh -o codeclimate-velocity
178175

179176
deploy-production:
180177
<<: *defaults
@@ -184,7 +181,4 @@ jobs:
184181
- checkout
185182
- run:
186183
name: Deploy Production
187-
command: yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
188-
- run:
189-
name: Notify velocity.codeclimate
190-
command: bash node_modules/circleci-util/src/notify-deployments.sh -o codeclimate-velocity
184+
command: yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"

0 commit comments

Comments
 (0)