TeamCity change in 'Storybook / Examples' project: 'Examples 1' build configuration settings were updated

This commit is contained in:
norbert.d.langen 2020-03-12 21:04:24 +00:00 committed by teamcity
parent e97eb050e4
commit 222d13f4a0

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 = 'Examples1'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("Examples1")) {
expectDisabledSettings()
updateDisabledSettings("BUILD_EXT_1")
}