Skip to content

Commit

Permalink
fix(android): fix gradle build cache key (react-native-community#130 by
Browse files Browse the repository at this point in the history
  • Loading branch information
fotos committed Jan 28, 2022
1 parent 3173102 commit acadf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ steps:
name: Saving Gradle Build caches
paths:
- ~/gradle-build-caches
key: gradle-debug-build-cache-{{ .Revision }}
key: gradle-build-cache-{{ .Revision }}
when: always

0 comments on commit acadf02

Please sign in to comment.