mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
TeamCity change in 'Storybook' project: build features of 'Test' build configuration were updated
This commit is contained in:
parent
059c064e4d
commit
cdfeef94b6
20
.teamcity/patches/buildTypes/Test.kts
vendored
Normal file
20
.teamcity/patches/buildTypes/Test.kts
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
package patches.buildTypes
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.*
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.buildFeatures.swabra
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
|
||||
|
||||
/*
|
||||
This patch script was generated by TeamCity on settings change in UI.
|
||||
To apply the patch, change the buildType with id = 'Test'
|
||||
accordingly, and delete the patch script.
|
||||
*/
|
||||
changeBuildType(RelativeId("Test")) {
|
||||
features {
|
||||
add {
|
||||
swabra {
|
||||
verbose = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user