Skip to content
Snippets Groups Projects
Commit 98f92dd3 authored by xpetrov4's avatar xpetrov4
Browse files

remove verificatiion

parent 5e07574c
Branches
1 merge request!9Resolve "Implement CpG isladns analysis"
...@@ -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
......
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