Skip to content

Commit

Permalink
changed the script
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 02ff56c commit 53fc2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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 > litewallet/setup_environment_files.sh | cd litewallet/ | ./setup_environment_files.sh
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
Expand Down

0 comments on commit 53fc2a1

Please sign in to comment.