Method: Gct::Command::Robot::Start#run

Defined in:
lib/gct/command/robot/start.rb

#runObject



30
31
32
33
34
# File 'lib/gct/command/robot/start.rb', line 30

def run
  message = " <font color=\"info\">#{@tag}</font>  开始打tag"
  content = "**#{@project_name}** #{message}"
  robot_send(content)
end