Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
86ed49a5
Commit
86ed49a5
authored
Apr 08, 2020
by
David Diederich
Browse files
Removing the maven cache, to see what happens
parent
a8998f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ultimate.gitlab-ci.yml
View file @
86ed49a5
...
...
@@ -17,14 +17,10 @@ dependency_scanning:
sast
:
stage
:
test
tags
:
[
'
docker-dind-runner'
]
cache
:
paths
:
-
$MAVEN_REPO_PATH
tags
:
[
'
docker-runner'
]
variables
:
MAVEN_
REPO_PATH
:
"
/tmp/app/.m2/repository
"
MAVEN_CLI_OPTS
:
"
--batch-mode
--settings=/tmp/app/.mvn/community-maven.settings.xml
-Dmaven.repo.local=/tmp/app/.m2/repository
-DskipTests=
true"
MAVEN_
CLI_OPTS
:
"
--batch-mode
--settings=$CI_PROJECT_DIR/.mvn/community-maven.settings.xml
-DskipTests=true
"
SAST_DISABLE_DIND
:
"
true"
# --------------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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