Skip to content

Commit

Permalink
reduced commands....
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 53fc2a1 commit 77caf8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
command: "git submodule init && git submodule update --init --recursive"
- run:
name: "Setup env files"
command: echo 'export $SETUP_SCRIPT="$SETUP_SCRIPT"' >> $BASH_ENV | echo "$SETUP_SCRIPT" | base64 --decode > setup_environment_files.sh | ./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
command: |
echo 'export $GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV
base64 --decode > litewallet/GoogleService-Info.plist
echo 'export $REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV
base64 --decode > litewallet/remote-config-defaults.plist
echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV
base64 --decode > litewallet/partner-keys.plist
# - restore_cache:
# key: spm-cache-{{ checksum " ~/litewallet-ios/Package.resolved" }}
- run:
Expand Down

0 comments on commit 77caf8a

Please sign in to comment.