From 02ff56c88bde511669cbbb0f86611b59b77c7585 Mon Sep 17 00:00:00 2001 From: kcw-grunt Date: Thu, 26 Dec 2024 15:27:27 +0000 Subject: [PATCH] Update config.yml indent --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f153cd8..d0464bd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 > 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