fix path
This commit is contained in:
parent
a039f4b4c3
commit
13bef27dbf
|
|
@ -10,7 +10,7 @@ before_all do |lane, options|
|
|||
sh("rm -rf #{podsReposPath}")
|
||||
end
|
||||
|
||||
if File.exists? "Cartfile"
|
||||
if File.exists? "../Cartfile"
|
||||
carthage(platform: "iOS")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue