Skip to content

Commit

Permalink
TeamCity change in 'Frontend Infrastructure / Packages / ReactUI' pro…
Browse files Browse the repository at this point in the history
…ject: general settings of 'Creevey tests' build configuration were updated
  • Loading branch information
dmitry.lazarev authored and TeamCitySrv committed May 22, 2019
1 parent b4d836a commit 95c342a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .teamcity/patches/buildTypes/ReactUI_CreeveyTests.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.v2018_2.*
import jetbrains.buildServer.configs.kotlin.v2018_2.ui.*

/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with id = 'ReactUI_CreeveyTests'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("ReactUI_CreeveyTests")) {
check(name == "Creevey test") {
"Unexpected name: '$name'"
}
name = "Creevey tests"
}

0 comments on commit 95c342a

Please sign in to comment.