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
c9410c6f
Commit
c9410c6f
authored
Feb 17, 2021
by
Tigran Mkrtchyan
☕
Browse files
tell maven where local m2 directory is
parent
760d5946
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
c9410c6f
...
...
@@ -6,7 +6,7 @@ stages:
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true
-DskipTests"
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true
-DskipTests
-Dmaven.repo.local=.m2/repository
"
# Cache downloaded dependencies and plugins between builds.
...
...
@@ -14,7 +14,7 @@ variables:
cache
:
key
:
"
CI_JOB_NAME"
paths
:
-
.m2/repository
-
./
.m2/repository
rpm
:
stage
:
build:rpm
...
...
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