Skip to content

Commit

Permalink
factor config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 77caf8a commit 0b35ec9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
name: "Setup env files"
command: |
echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
base64 --decode > litewallet/GoogleService-Info.plist
echo "$GOOGLE_SERVICES_PLIST"
base64 --decode > litewallet/GoogleService-Info.plist
echo 'export $REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV
base64 --decode > litewallet/remote-config-defaults.plist
echo "$REMOTE_CONFIG_DEFAULTS"
base64 --decode > litewallet/remote-config-defaults.plist
echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV
base64 --decode > litewallet/partner-keys.plist
echo "$DEBUG_PARTNER_KEYS"
base64 --decode > litewallet/partner-keys.plist
# - restore_cache:
# key: spm-cache-{{ checksum " ~/litewallet-ios/Package.resolved" }}
- run:
Expand Down

0 comments on commit 0b35ec9

Please sign in to comment.