Method: Fastlane::Actions::HgEnsureCleanStatusAction.output
- Defined in:
- fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb
.output ⇒ Object
27 28 29 30 31 |
# File 'fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb', line 27 def self.output [ ['HG_REPO_WAS_CLEAN_ON_START', 'Stores the fact that the hg repo was clean at some point'] ] end |