Class: YKCitool::Pod
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- YKCitool::Pod
- Defined in:
- lib/actions/pod.rb
Instance Method Summary collapse
Methods inherited from SubCommandBase
banner, exit_on_failure?, subcommand_prefix
Instance Method Details
#github_transfer ⇒ Object
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 [:wxwork_access_token].blank? wxtoken = YKCitool::Helper.load_config_value(YKCitool::Helper::K_wx_access_token) [:wxwork_access_token] = wxtoken unless wxtoken.blank? end code = YKCitool::YKFastlaneExecute.executeFastlaneLane("github_pod_transfer", ) exit(code) end |