Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
d16a7404
Commit
d16a7404
authored
4 years ago
by
Lorenz Boguhn
Committed by
Sören Henning
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Disable ktlint + remove Codequality
parent
7d07931e
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/.gitlab-ci.yml
+1
-9
1 addition, 9 deletions
theodolite-quarkus/.gitlab-ci.yml
with
1 addition
and
9 deletions
theodolite-quarkus/.gitlab-ci.yml
+
1
−
9
View file @
d16a7404
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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