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
dCache
pipelines
Commits
70e5b260
Commit
70e5b260
authored
Sep 07, 2021
by
Tigran Mkrtchyan
☕
Browse files
dcache-build: fix maven cache key-name
parent
35a48476
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
70e5b260
...
...
@@ -12,7 +12,7 @@ variables:
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
key
:
"
CI_JOB_NAME"
key
:
"
$
CI_JOB_NAME"
paths
:
-
./.m2/repository
...
...
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