cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 82 forks source link

Do not send notification if text file is empty #5

Closed n4wei closed 8 years ago

n4wei commented 8 years ago

The existing behavior is such that the put will fail if a provided text_file is empty. We thought it would be useful not to send a notification if the text_file is empty -- this allows 'conditional' notifications. Does this seem like reasonable behavior?

Nick && David (@dsabeti)

lnguyen commented 8 years ago

thanks