Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frontend-vue-2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioinformatics
frontend-vue-2
Commits
98f92dd3
Commit
98f92dd3
authored
1 year ago
by
xpetrov4
Browse files
Options
Downloads
Patches
Plain Diff
remove verificatiion
parent
5e07574c
Branches
Branches containing commit
1 merge request
!9
Resolve "Implement CpG isladns analysis"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-28
0 additions, 28 deletions
.gitlab-ci.yml
with
0 additions
and
28 deletions
.gitlab-ci.yml
+
0
−
28
View file @
98f92dd3
...
@@ -8,37 +8,9 @@ cache:
...
@@ -8,37 +8,9 @@ cache:
-
build/
-
build/
stages
:
stages
:
-
analyse
-
build
-
build
-
publish
-
publish
# ===========================================================================
# Stage: analyse
# ===========================================================================
include
:
-
template
:
Code-Quality.gitlab-ci.yml
code_quality
:
tags
:
-
worker
stage
:
analyse
services
:
[]
# Shut off Docker-in-Docker
variables
:
REPORT_FORMAT
:
html
artifacts
:
paths
:
[
gl-code-quality-report.html
]
# second job has to be run to create both artefacts
code_quality_json
:
tags
:
-
rancher02
extends
:
code_quality
variables
:
REPORT_FORMAT
:
json
artifacts
:
paths
:
[
gl-code-quality-report.json
]
# ===========================================================================
# ===========================================================================
# Stage: build
# Stage: build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment