From 7e872633221ab52fac04197a2c71b4d7d2162944 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 12:29:44 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9164bcd..0e0b1d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,11 +120,16 @@ commands: - run: name: Setup keystore command: | - echo "$BASE64_KEYSTORE" | base64 --decode > "app/keystore.jks" + echo "$BASE64_KEYSTORE" | base64 --decode > "$PWD/app/keystore.jks" - run: name: Setup playstore key command: | echo "$GOOGLE_PLAY_KEY" > "google-play-key.json" + - run: + name: file structure + command: | + ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' + working_directory: app - run: name: Run fastlane command to deploy to playstore command: |