Commit 92aa2347 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'update-codequality-to-0.85.6' into 'master'

Update GitLab's codeclimate to 0.85.6

See merge request gitlab-org/gitlab!22659
parents fd7afa53 a4d01fd9
...@@ -20,7 +20,7 @@ code_quality: ...@@ -20,7 +20,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/security-products/codequality:12-5-stable" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/security-products/codequality:0.85.6"
script: script:
- | - |
if ! docker info &>/dev/null; then if ! docker info &>/dev/null; then
......
---
title: Update GitLab's codeclimate to 0.85.6
merge_request: 22659
author: Takuya Noguchi
type: other
...@@ -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/security-products/codequality:0.85.5" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/security-products/codequality:0.85.6"
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