Skip to content

Commit 9094fba

Browse files
committed
cache gradle library
1 parent 11217c8 commit 9094fba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ UploadToPlayStoreInternalChannel:
2929
- export DIRECTORY=${VERSION_NAME}
3030
- fastlane publishToInternal
3131
cache:
32-
key: "${CI_PROJECT_NAME}-${CI_COMMIT_REF_SLUG}"
32+
key: "${CI_PROJECT_NAME}"
3333
paths:
34-
- .gradle/
35-
- ~/.gradle/
36-
- mobile/build/
37-
- tv/build/
34+
- ~/.gradle/caches
35+
- ~/.gradle/wrapper
36+
- .android
3837

3938
artifacts:
4039
reports:

0 commit comments

Comments
 (0)