Commit 171070a9 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dont-mount-sockets-for-reports' into 'master'

Remove DOCKER_HOST override in reports

See merge request gitlab-org/gitlab!29726
parents 4237065f 4251765d
...@@ -16,9 +16,6 @@ code_quality: ...@@ -16,9 +16,6 @@ code_quality:
needs: [] needs: []
allow_failure: true allow_failure: true
variables: variables:
# emptying DOCKER_HOST so it can be detected properly on kubernetes executor
# with the script below
DOCKER_HOST: ""
CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.9" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.9"
script: script:
- | - |
...@@ -103,9 +100,6 @@ dependency_scanning: ...@@ -103,9 +100,6 @@ dependency_scanning:
stage: test stage: test
needs: [] needs: []
variables: variables:
# emptying DOCKER_HOST so it can be detected properly on kubernetes executor
# with the script below
DOCKER_HOST: ""
DS_EXCLUDED_PATHS: "qa/qa/ee/fixtures/secure_premade_reports,spec,ee/spec" # GitLab-specific DS_EXCLUDED_PATHS: "qa/qa/ee/fixtures/secure_premade_reports,spec,ee/spec" # GitLab-specific
allow_failure: true allow_failure: true
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment