Skip to content

Commit

Permalink
teest config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 693bbfc commit 78e38ce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ jobs:
name: "Setup env files"
command: |
echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
echo "$GOOGLE_SERVICES_PLIST"
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
echo "$REMOTE_CONFIG_DEFAULTS"
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
echo "$DEBUG_PARTNER_KEYS"
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 78e38ce

Please sign in to comment.