lib/gym/options.rb in gym-1.6.0 vs lib/gym/options.rb in gym-1.6.1
- old
+ new
@@ -122,13 +122,17 @@
conflict_block: proc do |value|
UI.user_error!("'#{value.key}' must be false to use 'export_options'")
end),
# Very optional
+ FastlaneCore::ConfigItem.new(key: :build_path,
+ env_name: "GYM_BUILD_PATH",
+ description: "The directory in which the archive should be stored in",
+ optional: true),
FastlaneCore::ConfigItem.new(key: :archive_path,
short_option: "-b",
env_name: "GYM_ARCHIVE_PATH",
- description: "The directory in which the archive file should be stored in",
+ description: "The path to the created archive",
optional: true),
FastlaneCore::ConfigItem.new(key: :derived_data_path,
short_option: "-f",
env_name: "GYM_DERIVED_DATA_PATH",
description: "The directory where build products and other derived data will go",