Merge pull request #99 from TouchInstinct/revert_carthage_cache_clean

don't wipe carthage cache anymore
This commit is contained in:
Ivan Smolin 2019-04-18 23:15:40 +03:00 committed by GitHub
commit 014dba7afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(