Skip to content

Commit 3eac8bc

Browse files
committed
Renamed cache key app/build.gradle to cardstackview/build.gradle
1 parent 8e0c8ee commit 3eac8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
steps:
1212
- checkout
1313
- restore_cache:
14-
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
14+
key: jars-{{ checksum "build.gradle" }}-{{ checksum "cardstackview/build.gradle" }}
1515
- run:
1616
name: Download Dependencies
1717
command: ./gradlew androidDependencies
1818
- save_cache:
1919
paths:
2020
- ~/.gradle
21-
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
21+
key: jars-{{ checksum "build.gradle" }}-{{ checksum "cardstackview/build.gradle" }}
2222
- run:
2323
name: Run Tests
2424
command: ./gradlew lint test

0 commit comments

Comments
 (0)