don't wipe carthage cache anymore

This commit is contained in:
Ivan Smolin 2019-04-18 23:12:50 +03:00
parent d4a7dce0d7
commit e6608abb28
1 changed files with 1 additions and 4 deletions

View File

@ -11,10 +11,7 @@ before_all do |lane, options|
end
if File.exists? "../Cartfile"
# wipe swift 4.x builded binaries
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
carthage(command: "update", platform: "iOS")
carthage(command: "bootstrap", platform: "iOS")
end
cocoapods(