Update Gemfile/Fastfile
This commit is contained in:
parent
11c453a46a
commit
bf8f2078f5
2 changed files with 13 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ platform :ios do
|
|||
app_identifier: app_identifier,
|
||||
skip_waiting_for_build_processing: true
|
||||
)
|
||||
if ENV['CI'] == "true"
|
||||
if is_ci?
|
||||
notify_dev
|
||||
end
|
||||
end
|
||||
|
|
@ -153,7 +153,7 @@ platform :ios do
|
|||
app_identifier: app_identifier,
|
||||
skip_waiting_for_build_processing: true
|
||||
)
|
||||
if ENV['CI'] == "true"
|
||||
if is_ci?
|
||||
notify_dev
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue