Commit 4251765d authored by Dan Davison's avatar Dan Davison Committed by Rémy Coutable

Remove DOCKER_HOST override in reports

parent fe23bdab
...@@ -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:
- | - |
...@@ -108,9 +105,6 @@ dependency_scanning: ...@@ -108,9 +105,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