Skip to content

Commit

Permalink
[ci] add bundle_install to APK job and change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
esamelson committed Jun 19, 2020
1 parent bcfb8b3 commit b2f3dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -530,9 +530,10 @@ jobs:
- update_submodules
- decrypt_secrets_if_possible
- yarn_restore_and_install:
working_directory: ~/expo/tools/expotools
working_directory: ~/project/tools/expotools
- attach_workspace:
at: android/app/build/outputs/apk
- bundle_install
- run: expotools client-build --platform android --release

client_android_release_google_play:
Expand Down

0 comments on commit b2f3dfc

Please sign in to comment.