Skip to content

Commit

Permalink
fix: android service account path
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Apr 2, 2022
1 parent fcd85f0 commit dfec8fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ jobs:
- run: *create_app_env
- run:
name: Create service-account.json
working_directory: sample/android
environment:
- FILE_PATH: fastlane/service-account.json
- FILE_PATH: sample/android/fastlane/service-account.json
command: |
echo "$FASTLANE_ANDROID_SERVICE_ACCOUNT" | base64 --decode >> $FILE_PATH
echo "export GOOGLE_APPLICATION_CREDENTIALS=$CIRCLE_WORKING_DIRECTORY/$FILE_PATH" >> $BASH_ENV
Expand Down

0 comments on commit dfec8fc

Please sign in to comment.