Skip to content

Commit

Permalink
Remove more volatile Gradle files before cache (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdoom authored and fkorotkov committed Apr 20, 2019
1 parent 5dc16a6 commit e2e4e4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ check_task:
check_script: gradle check
cleanup_before_cache_script:
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
- rm -rf ~/.gradle/caches/transforms-1
- rm -rf ~/.gradle/caches/journal-1
- find ~/.gradle/caches/ -name "*.lock" -type f -delete
```

Expand Down

0 comments on commit e2e4e4b

Please sign in to comment.