Merge branch 'master' into feature/experimential_configuration_select

This commit is contained in:
Ivan Smolin 2019-09-30 13:37:08 +03:00 committed by GitHub
commit b65ce9a93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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