Skip to content

Commit

Permalink
Run slack dep installation as post-step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsturmeit committed Jul 22, 2021
1 parent e650964 commit 06aff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -9,6 +9,7 @@ workflows:
context: server-slack-notifications
dir: .
post-steps:
- install-slack-deps
- slack-notify-on-failure

commands:
Expand All @@ -18,7 +19,6 @@ commands:
command: apk add curl jq
slack-notify-on-failure:
steps:
- install-slack-deps
- slack/notify:
event: fail
template: basic_fail_1
Expand Down

0 comments on commit 06aff23

Please sign in to comment.