wantedly/step-pretty-slack-notify

How to setup wercker.yml for none Ruby boxes?

Closed this issue ยท 4 comments

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

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

just define:

- install-packages:
        packages: ruby

Thank you for the valuable information ๐Ÿ‘
I add the information in README :)

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

Thank you for message.
Update README :shipit:
#29