Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
pipelines
Commits
a3f508a2
Commit
a3f508a2
authored
Sep 07, 2021
by
Tigran Mkrtchyan
☕
Browse files
dcache-build: use pom.xml file as key to cache maven dependencies
parent
70e5b260
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
a3f508a2
...
...
@@ -12,7 +12,10 @@ variables:
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
key
:
"
$CI_JOB_NAME"
key
:
files
:
-
pom.xml
prefix
:
"
$CI_JOB_NAME"
paths
:
-
./.m2/repository
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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