Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LabraCORE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
LabraCORE
Merge requests
!74
Small fixes for code quality report
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Small fixes for code quality report
upgrade-gitlab-ci-13_0
into
development
Overview
0
Commits
1
Pipelines
7
Changes
1
Merged
Small fixes for code quality report
Chris Lemaire
requested to merge
upgrade-gitlab-ci-13_0
into
development
May 24, 2020
Overview
0
Commits
1
Pipelines
7
Changes
1
0
0
Merge request reports
Compare
development
version 2
1a1cbe66
May 25, 2020
version 1
1811692a
May 24, 2020
development (base)
and
latest version
latest version
864659d7
1 commit,
May 25, 2020
version 2
1a1cbe66
1 commit,
May 25, 2020
version 1
1811692a
1 commit,
May 24, 2020
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
0
View file @ 864659d7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -214,6 +214,7 @@ code_quality:
image
:
docker:stable
services
:
-
docker:stable-dind
allow_failure
:
true
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "trigger" ||
$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
@@ -222,6 +223,7 @@ code_quality:
$CI_COMMIT_BRANCH == "development" ||
$CI_MERGE_REQUEST_ID
script
:
-
rm -r .gitlab/ build/ out/ target/ .idea/ .gradle/ gradle/ src/main/generated ||
true
-
docker run
--env SOURCE_CODE="$PWD"
--env CODECLIMATE_DEBUG="1"
Loading