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
Branches
Tags
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
This commit is part of merge request !83. Comments created here will be created in the context of that merge request.
image: openjdk:11-jdk image: openjdk:11-jdk
include:
- template: Code-Quality.gitlab-ci.yml
stages: stages:
- build - build
- test - test
...@@ -25,11 +22,6 @@ compile: ...@@ -25,11 +22,6 @@ compile:
script: script:
- ./gradlew build - ./gradlew build
code_quality:
tags:
- exec-docker
test: test:
stage: test stage: test
tags: tags:
...@@ -37,7 +29,7 @@ test: ...@@ -37,7 +29,7 @@ test:
script: script:
- ./gradlew test --stacktrace - ./gradlew test --stacktrace
ktlint: .ktlint:
stage: check stage: check
tags: tags:
- exec-docker - exec-docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment