Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Remvoe   tabs
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 0b35ec9 commit 693bbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
command: |
echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
echo "$GOOGLE_SERVICES_PLIST"
base64 --decode > litewallet/GoogleService-Info.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
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
base64 --decode > litewallet/partner-keys.plist
# - restore_cache:
# key: spm-cache-{{ checksum " ~/litewallet-ios/Package.resolved" }}
- run:
Expand Down

0 comments on commit 693bbfc

Please sign in to comment.