We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3378fa3 commit eb3df49Copy full SHA for eb3df49
1 file changed
pilot/lib/pilot/options.rb
@@ -61,7 +61,7 @@ def self.available_options
61
FastlaneCore::ConfigItem.new(key: :skip_waiting_for_build_processing,
62
short_option: "-z",
63
env_name: "PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING",
64
- description: "Don't wait for the build to process. If set to true, the changelog won't be set",
+ description: "Don't wait for the build to process. If set to true, the changelog won't be set, `distribute_external` option won't work",
65
is_string: false,
66
default_value: false),
67
FastlaneCore::ConfigItem.new(key: :update_build_info_on_upload,
0 commit comments