Skip to content
Snippets Groups Projects
Commit d16a7404 authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Disable ktlint + remove Codequality

parent 7d07931e
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!84Gitlab CI for Theodolite-Kotlin-Quarkus,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
image: openjdk:11-jdk
include:
- template: Code-Quality.gitlab-ci.yml
stages:
- build
- test
......@@ -25,11 +22,6 @@ compile:
script:
- ./gradlew build
code_quality:
tags:
- exec-docker
test:
stage: test
tags:
......@@ -37,7 +29,7 @@ test:
script:
- ./gradlew test --stacktrace
ktlint:
.ktlint:
stage: check
tags:
- exec-docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment