Commit 40503e3f authored by Vadim Vlasov's avatar Vadim Vlasov

Update try_update_cache.rb

parent bcc50713
...@@ -40,7 +40,7 @@ module Fastlane ...@@ -40,7 +40,7 @@ module Fastlane
FastlaneCore::ConfigItem.new(key: :allowed_update_branches, FastlaneCore::ConfigItem.new(key: :allowed_update_branches,
description: "List of branches that are allowed to update the cache", description: "List of branches that are allowed to update the cache",
optional: true, optional: true,
default_value: ["develop", "feature/cicd-cache-library"], default_value: ["develop"],
type: Array), type: Array),
FastlaneCore::ConfigItem.new(key: :directory, FastlaneCore::ConfigItem.new(key: :directory,
description: "Local directory from which the cache will be saved", description: "Local directory from which the cache will be saved",
...@@ -50,7 +50,7 @@ module Fastlane ...@@ -50,7 +50,7 @@ module Fastlane
FastlaneCore::ConfigItem.new(key: :cache_storage_path, FastlaneCore::ConfigItem.new(key: :cache_storage_path,
description: "Storage path where the cache will be saved", description: "Storage path where the cache will be saved",
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",
type: String), type: String),
FastlaneCore::ConfigItem.new(key: :ignore_cache, FastlaneCore::ConfigItem.new(key: :ignore_cache,
......
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