Closed ptarjan closed 9 years ago
Sorry, PEBKAC. This wasn't in an after-steps
Hi @ptarjan :)
Sorry for replying late.
step-pretty-slack-notify
need ENV["WERCKER_RESULT"].
WERCKER_RESULT is status of build:
step in wercker .
Therefore, you need to set 'after-steps:' in wercker.yml
For example,
box: wercker/default
build:
steps:
- jshint
- script:
name: echo
code: echo 1
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
Thanks.
I'm now getting: