diff --git a/.circleci/config.yml b/.circleci/config.yml index 275f516..aa41d2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,6 +128,7 @@ commands: - run: name: Run fastlane command to deploy to playstore command: | + pwd bundle exec fastlane deploy<< parameters.flavour >> - store_test_results: path: fastlane/report.xml