Skip to content

Commit

Permalink
my branch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobehlerjetbrains committed Jun 26, 2024
1 parent 4160ece commit 120c268
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,19 @@ version = "2024.03"

project {

buildType(WhatEver)
/*val buildChain = sequential {
}
buildChain.buildTypes().forEach { buildType(it) }*/
buildType(Build)
}

object WhatEver : BuildType({
name = "WhatEver"
object Build : BuildType({
name = "Build"

vcs {
root(DslContext.settingsRoot)
}

steps {
script {
scriptContent = "echo 'what'"
scriptContent = "echo 'build'"
}
}

Expand Down

0 comments on commit 120c268

Please sign in to comment.