Skip to content

Commit

Permalink
Always copy gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Mar 5, 2021
1 parent a3ff055 commit cb7a7cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ jobs:
- checkout
- bundle-install/bundle-install:
cache_key_prefix: installable-build-v2
- android/restore-gradle-cache:
cache-prefix: installable-build-v2
- <<: *copy_gradle_properties
- run:
name: Copy Secrets
command: ./gradlew applyConfiguration
- android/restore-gradle-cache
- run:
name: Build APK
command: |
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
- git/shallow-checkout
- bundle-install/bundle-install:
cache_key_prefix: release-build-v2
- <<: *copy_gradle_properties
- run:
name: Copy Secrets
command: ./gradlew applyConfiguration
Expand Down

0 comments on commit cb7a7cf

Please sign in to comment.