forked from meissa/ModeratorElection
try caching gradle
This commit is contained in:
parent
8f2bc53a3e
commit
f1fcdba612
1 changed files with 8 additions and 0 deletions
|
@ -5,7 +5,15 @@ stages:
|
|||
.img: &img
|
||||
image: openjdk:22-jdk-slim
|
||||
before_script:
|
||||
- echo "___________________START :: before_script_________________________"
|
||||
- echo "${CI_COMMIT_REF_SLUG}"
|
||||
- apt-get update && apt-get -qqy upgrade
|
||||
cache:
|
||||
- key: ${CI_COMMIT_REF_SLUG}
|
||||
- paths:
|
||||
- .gradle/wrapper
|
||||
- .gradle/caches
|
||||
|
||||
|
||||
test:
|
||||
<<: *img
|
||||
|
|
Loading…
Reference in a new issue