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
9301fb9a
Commit
9301fb9a
authored
Aug 13, 2020
by
drew cimino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump CodeQuality templates to version 0.85.10-gitlab.1
parent
7d542903
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/bump-cq-template-version.yml
changelogs/unreleased/bump-cq-template-version.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 @
9301fb9a
...
...
@@ -15,7 +15,7 @@ code_quality:
stage
:
test
needs
:
[]
variables
:
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
-gitlab.1
"
script
:
-
|
if ! docker info &>/dev/null; then
...
...
changelogs/unreleased/bump-cq-template-version.yml
0 → 100644
View file @
9301fb9a
---
title
:
Bump CodeQuality templates to version 0.85.10-gitlab.1
merge_request
:
39502
author
:
type
:
changed
lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
View file @
9301fb9a
...
...
@@ -7,7 +7,7 @@ code_quality:
variables
:
DOCKER_DRIVER
:
overlay2
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
-gitlab.1
"
needs
:
[]
script
:
-
|
...
...
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