Remove outdated comments

This commit is contained in:
Sebastian Sdorra
2021-01-12 12:57:36 +01:00
committed by René Pfeuffer
parent bac430163f
commit fddacca7db
4 changed files with 2 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ dependencies {
testImplementation project(':scm-core')
testImplementation project(':scm-test')
// TODO add tests
testImplementation project(':scm-plugins:scm-git-plugin')
testImplementation project(path: ':scm-plugins:scm-git-plugin', configuration: 'tests')
testImplementation project(':scm-plugins:scm-hg-plugin')

View File

@@ -76,12 +76,6 @@ helm {
}
}
/*
}
*/
helmPackageScmServerChart {
appVersion = expandedVersion
}

View File

@@ -53,7 +53,7 @@ task publish(type: GitHubUploadTask) {
repo = "website"
path = "content/releases/${project.version.replace('.', '-')}.yml"
branch = "master"
message = "add release descriptor for ${project.version}"
message = "Add release descriptor for ${project.version}"
author {
name = "CES Marvin"
email = "cesmarvin@cloudogu.com"

View File

@@ -35,8 +35,6 @@ node {
nodeModulesDir = file(project.rootProject.projectDir)
}
// TODO define inputs and outputs
task typecheck(type: YarnTask) {
args = ['run', 'typecheck']
inputs.files(fileTree(project.projectDir) {
@@ -120,7 +118,7 @@ configurations {
artifacts {
assets(project.layout.buildDirectory.dir('webapp')) {
builtBy(build)
builtBy(bundle)
}
assets(project.layout.projectDirectory.dir('ui-webapp/public'))
}