Commit 66707aae authored by Vadim Vlasov's avatar Vadim Vlasov

Update restore_cache.rb

parent 7f612af1
...@@ -39,7 +39,7 @@ module Fastlane ...@@ -39,7 +39,7 @@ module Fastlane
type: String), type: String),
FastlaneCore::ConfigItem.new(key: :cache_storage_path, FastlaneCore::ConfigItem.new(key: :cache_storage_path,
optional: true, optional: true,
default_value: "#{Dir.home}/Data/Cache/#{ENV['CI_PROJECT_PATH']}/Library", default_value: "/Volumes/DataSSD/Cache/#{ENV['CI_PROJECT_PATH']}/Library",
env_name: "CACHE_STORAGE_PATH", env_name: "CACHE_STORAGE_PATH",
description: "Storage path from where the cache will be restored", description: "Storage path from where the cache will be restored",
type: String), type: String),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment