wantedly / step-pretty-slack-notify

Posts wercker build/deploy status to a Slack channel
MIT License
88 stars 34 forks source link

How to setup wercker.yml for none Ruby boxes? #28

Closed hyzhak closed 8 years ago

hyzhak commented 8 years ago

Hello guys! I'm developing node.js application and using node.js box. And would like to connect this step to push notification to slack. But got such error:

You need to use a box that installed ruby
hyzhak commented 8 years ago

oh, it was very easy: http://devcenter.wercker.com/docs/steps/install-packages.html

just define:

- install-packages:
        packages: ruby
koudaiii commented 8 years ago

Thank you for the valuable information :+1: I add the information in README :)

danielmahon commented 8 years ago

FYI, this is NOT in the README, I had a hard time figuring it out for a node box

koudaiii commented 8 years ago

Thank you for message. Update README :shipit: https://github.com/wantedly/step-pretty-slack-notify/pull/29