remove outdated comment

This commit is contained in:
Sebastian Sdorra
2020-05-27 12:27:03 +02:00
parent 10353e015f
commit c26a89680f

1
Jenkinsfile vendored
View File

@@ -62,7 +62,6 @@ node('docker') {
}
stage('Build') {
// we exclude scm-it to speed-up build a little bit
mvn "clean install -DskipTests"
}