Class: Quandl::Utility::ThorTasks::CI
- Inherits:
-
Thor
- Object
- Thor
- Quandl::Utility::ThorTasks::CI
- Defined in:
- lib/quandl/utility/thor_tasks/ci.rb
Overview
Tasks to run on CI Server
Instance Method Summary collapse
Instance Method Details
#notify_slack(message = nil) ⇒ Object
14 15 16 17 |
# File 'lib/quandl/utility/thor_tasks/ci.rb', line 14 def notify_slack( = nil) notification = .nil? ? : "#{} - #{}" Quandl::Slack::Ci.ping(notification, channel: slack_channel, icon_emoji: slack_emoji) end |