Commit 2e9c86f3 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'upgrade-codequality-template' into 'master'

Use CodeQuality 0.85.10 in the CI template

See merge request gitlab-org/gitlab!34329
parents aa552515 ca619854
---
title: Use CodeQuality 0.85.10 in the CI template
merge_request: 34329
author:
type: changed
...@@ -7,7 +7,7 @@ code_quality: ...@@ -7,7 +7,7 @@ code_quality:
variables: variables:
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.9" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.10"
script: script:
- | - |
if ! docker info &>/dev/null; then if ! docker info &>/dev/null; then
......
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