Method: Fastlane::Actions::DeploygateAction.output

Defined in:
fastlane/lib/fastlane/actions/deploygate.rb

.outputObject



172
173
174
175
176
177
178
# File 'fastlane/lib/fastlane/actions/deploygate.rb', line 172

def self.output
  [
    ['DEPLOYGATE_URL', 'URL of the newly uploaded build'],
    ['DEPLOYGATE_REVISION', 'auto incremented revision number'],
    ['DEPLOYGATE_APP_INFO', 'Contains app revision, bundle identifier, etc.']
  ]
end