Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 78e38ce commit d8815ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8815ed

Please sign in to comment.