Skip to content

Commit

Permalink
combine setup s
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent d881156 commit 406a3cc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ jobs:
steps:
- checkout
- run:
name: "Initialize submodule(s)"
name: "Initialize submodule(s)"
command: "git submodule init && git submodule update --init --recursive"
- run:
name: "Setup env files"
command: echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
- run: echo "$GOOGLE_SERVICES_PLIST" | base64 --decode > litewallet/GoogleService-Info.plist
- run: echo 'export $REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV
- run: echo "$REMOTE_CONFIG_DEFAULTS" | base64 --decode > litewallet/remote-config-defaults.plist
- run: echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV
- run: echo "$DEBUG_PARTNER_KEYS" | base64 --decode > litewallet/partner-keys.plist
command: echo 'export $SETUP_SCRIPT="$SETUP_SCRIPT"' >> $BASH_ENV | echo "$SETUP_SCRIPT" | base64 --decode > litewallet/setup_environment_files.sh | cd litewallet/ | ./setup_environment_files.sh
# command: echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
# - run: echo "$GOOGLE_SERVICES_PLIST" | base64 --decode > litewallet/GoogleService-Info.plist
# - run: echo 'export $REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV
# - run: echo "$REMOTE_CONFIG_DEFAULTS" | base64 --decode > litewallet/remote-config-defaults.plist
# - run: echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV
# - run: 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 406a3cc

Please sign in to comment.