Commit a12f2c47 authored by Thong Kuah's avatar Thong Kuah

Merge branch '222358-explore-removing-dependencies-on-test-stage' into 'master'

Resolve "Explore removing dependencies on test stage"

See merge request gitlab-org/gitlab!34659
parents f243a31c 28658af3
---
title: Remove build dependencies on code quality and license scanning
merge_request: 34659
author:
type: other
...@@ -8,6 +8,7 @@ code_quality: ...@@ -8,6 +8,7 @@ code_quality:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.10" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.10"
needs: []
script: script:
- | - |
if ! docker info &>/dev/null; then if ! docker info &>/dev/null; then
......
...@@ -21,6 +21,7 @@ license_scanning: ...@@ -21,6 +21,7 @@ license_scanning:
LM_REPORT_VERSION: '2.1' LM_REPORT_VERSION: '2.1'
SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD
allow_failure: true allow_failure: true
needs: []
script: script:
- /run.sh analyze . - /run.sh analyze .
artifacts: artifacts:
......
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