Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fa46c8d5
Commit
fa46c8d5
authored
Oct 27, 2020
by
Maxime Orefice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use CodeQuality 0.85.18 in the CI template
This commit uses our new codequality image released.
parent
deb12e8e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+1
-1
changelogs/unreleased/mo-bump-codequality.yml
changelogs/unreleased/mo-bump-codequality.yml
+5
-0
lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
+1
-1
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
fa46c8d5
...
@@ -15,7 +15,7 @@ code_quality:
...
@@ -15,7 +15,7 @@ code_quality:
stage
:
test
stage
:
test
needs
:
[]
needs
:
[]
variables
:
variables
:
CODE_QUALITY_IMAGE
:
"
registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.1
0-gitlab.1
"
CODE_QUALITY_IMAGE
:
"
registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.1
8
"
script
:
script
:
-
|
-
|
if ! docker info &>/dev/null; then
if ! docker info &>/dev/null; then
...
...
changelogs/unreleased/mo-bump-codequality.yml
0 → 100644
View file @
fa46c8d5
---
title
:
Use CodeQuality 0.85.18 in the CI template
merge_request
:
46253
author
:
type
:
changed
lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
View file @
fa46c8d5
...
@@ -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.1
0-gitlab.1
"
CODE_QUALITY_IMAGE
:
"
registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.1
8
"
needs
:
[]
needs
:
[]
script
:
script
:
-
export SOURCE_CODE=$PWD
-
export SOURCE_CODE=$PWD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment