Class: Quandl::Utility::ThorTasks::CI

Inherits:
Thor
  • Object
show all
Defined in:
lib/quandl/utility/thor_tasks/ci.rb

Overview

Tasks to run on CI Server

Instance Method Summary collapse

Instance Method Details

#notify_slackObject



11
12
13
14
15
# File 'lib/quandl/utility/thor_tasks/ci.rb', line 11

def notify_slack
  invoke 'qutil:notify:slack',
    [ci_build_message, slack_channel],
    emoji: slack_emoji
end