Update Gemfile/Fastfile

This commit is contained in:
Mingshen Sun 2020-07-26 16:00:18 -07:00
parent 11c453a46a
commit bf8f2078f5
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 13 additions and 2 deletions

View file

@ -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