Method: Fastlane::Actions::GetBuildNumberRepositoryAction.output
- Defined in:
- fastlane/lib/fastlane/actions/get_build_number_repository.rb
.output ⇒ Object
91 92 93 94 95 |
# File 'fastlane/lib/fastlane/actions/get_build_number_repository.rb', line 91 def self.output [ ['BUILD_NUMBER_REPOSITORY', 'The build number from the current repository'] ] end |