Class: YKCitool::Pod

Inherits:
SubCommandBase show all
Defined in:
lib/actions/pod.rb

Instance Method Summary collapse

Methods inherited from SubCommandBase

banner, exit_on_failure?, subcommand_prefix

Instance Method Details

#github_transferObject



18
19
20
21
22
23
24
25
26
27
# File 'lib/actions/pod.rb', line 18

def github_transfer()
  puts "github_pod_transfer"
  if options[:wxwork_access_token].blank?
    wxtoken = YKCitool::Helper.load_config_value(YKCitool::Helper::K_wx_access_token)
    options[:wxwork_access_token] = wxtoken unless wxtoken.blank?
  end

  code = YKCitool::YKFastlaneExecute.executeFastlaneLane("github_pod_transfer", options)
  exit(code)
end