From d8815ed589a8d5b8a97aca4c850b3e74d36e7a9c Mon Sep 17 00:00:00 2001 From: kcw-grunt Date: Thu, 26 Dec 2024 15:54:33 +0000 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a05f636e..36899b66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,18 +30,18 @@ jobs: echo "$REMOTE_CONFIG_DEFAULTS" | base64 --decode > litewallet/remote-config-defaults.plist echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV echo "$DEBUG_PARTNER_KEYS" | base64 --decode > litewallet/partner-keys.plist - # - restore_cache: - # key: spm-cache-{{ checksum " ~/litewallet-ios/Package.resolved" }} + - restore_cache: + key: spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }} - run: name: Install Bundler command: gem install bundler:1.17.2; bundle update --bundler; bundle install - run: name: Fastlane command: bundle exec fastlane $FASTLANE_LANE - # - save_cache: - # paths: - # - SourcePackages/ - # key: spm-cache-{{ checksum " ~/litewallet-ios/Package.resolved" }} + - save_cache: + paths: + - SourcePackages/ + key: spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }} - store_artifacts: path: output - store_test_results: