Skip to content

Commit 7b34f95

Browse files
committed
Revert "Disable development match on CI"
This reverts commit 11c0718.
1 parent 1ecab9c commit 7b34f95

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Fastlane/Fastfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,11 @@ platform :ios do
125125
register_devices(devices_file: "Fastlane/devices.txt")
126126
end
127127

128-
unless ENV['CI']
129-
match(
130-
type: "development",
131-
readonly: !options[:master],
132-
force_for_new_devices: options[:master]
133-
)
134-
end
128+
match(
129+
type: "development",
130+
readonly: !options[:master],
131+
force_for_new_devices: options[:master]
132+
)
135133

136134
match(
137135
type: "appstore",

0 commit comments

Comments
 (0)