TeamCity change in 'Storybook' project: 'Chromatic' build configuration settings were updated

This commit is contained in:
Filipp.Riabchun 2020-03-12 21:14:12 +00:00 committed by teamcity
parent f4ac3c3071
commit 649050b79a

View File

@ -1,14 +0,0 @@
package patches.buildTypes
import jetbrains.buildServer.configs.kotlin.v2019_2.*
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 = 'Chromatic'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("Chromatic")) {
expectDisabledSettings()
updateDisabledSettings("BUILD_EXT_1")
}