Merge branch 'master' into feature/experimential_configuration_select
This commit is contained in:
commit
b65ce9a93c
|
|
@ -9,7 +9,9 @@ private_lane :installDependencies do |options|
|
|||
sh("rm -rf #{podsReposPath}")
|
||||
end
|
||||
|
||||
bundle_install(path: "../.gem")
|
||||
if File.exists? "../Gemfile"
|
||||
bundle_install(path: "../.gem")
|
||||
end
|
||||
|
||||
if File.exists? "../Cartfile"
|
||||
begin
|
||||
|
|
|
|||
Loading…
Reference in New Issue