Method: Fastlane::Actions::CleanBuildArtifactsAction.available_options
- Defined in:
- fastlane/lib/fastlane/actions/clean_build_artifacts.rb
permalink .available_options ⇒ Object
[View source]
27 28 29 30 31 32 33 34 35 |
# File 'fastlane/lib/fastlane/actions/clean_build_artifacts.rb', line 27 def self. [ FastlaneCore::ConfigItem.new(key: :exclude_pattern, env_name: "FL_CLEAN_BUILD_ARTIFACTS_EXCLUDE_PATTERN", description: "Exclude all files from clearing that match the given Regex pattern: e.g. '.*\.mobileprovision'", default_value: nil, optional: true) ] end |