We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c41eff commit 11c0718Copy full SHA for 11c0718
Fastlane/Fastfile
@@ -121,11 +121,13 @@ platform :ios do
121
register_devices(devices_file: "Fastlane/devices.txt")
122
end
123
124
- match(
125
- type: "development",
126
- readonly: !options[:master],
127
- force_for_new_devices: options[:master]
128
- )
+ unless ENV['CI']
+ match(
+ type: "development",
+ readonly: !options[:master],
+ force_for_new_devices: options[:master]
129
+ )
130
+ end
131
132
match(
133
type: "appstore",
0 commit comments