Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
35a80ea0
Commit
35a80ea0
authored
Nov 21, 2018
by
Jérémy Destin
Committed by
Raphaël Flores
Nov 26, 2018
Browse files
chore: Add gradle downloaded files to GitLab CI cache.
GNP-5430
.
parent
b56b17db
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
35a80ea0
image
:
urgi/docker-rare:latest
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
pull
paths
:
-
"
.gradle/"
-
"
frontend/.gradle/"
-
"
frontend/node_modules/"
test
:
stage
:
test
script
:
"
./gradlew
test
--parallel"
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
pull
paths
:
-
"
frontend/node_modules/"
artifacts
:
reports
:
junit
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment