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
6e9c835f
Commit
6e9c835f
authored
Dec 04, 2019
by
David Diederich
Browse files
Disable DIND mode for dependency scanning
parent
0813c96f
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ultimate.gitlab-ci.yml
View file @
6e9c835f
...
...
@@ -6,10 +6,13 @@ include:
# --------------------------------------------------------------------------------
# https://gitlab.com/gitlab-org/gitlab/issues/34576
dependency_scanning
:
stage
:
test
tags
:
[
'
docker-dind-runner'
]
tags
:
[
'
docker-runner'
]
variables
:
MAVEN_REPO_PATH
:
"
$CI_PROJECT_DIR/.m2/repository"
MAVEN_CLI_OPTS
:
"
--batch-mode
--settings=$CI_PROJECT_DIR/.mvn/gitlab-maven.settings.xml
-Dmaven.repo.local=$MAVEN_REPO_PATH"
DS_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