mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
TeamCity change in 'Open-source projects :: Storybook' project: snapshot dependency was added in 'Build' build configuration
This commit is contained in:
parent
b2b3e64291
commit
75e1bb1a5f
@ -0,0 +1,25 @@
|
||||
package OpenSourceProjects_Storybook.patches.buildTypes
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.v2017_2.*
|
||||
import jetbrains.buildServer.configs.kotlin.v2017_2.ui.*
|
||||
|
||||
/*
|
||||
This patch script was generated by TeamCity on settings change in UI.
|
||||
To apply the patch, change the buildType with uuid = '2b9c73e2-0a6e-47ca-95ae-729cac42be2b' (id = 'OpenSourceProjects_Storybook_Build_2')
|
||||
accordingly and delete the patch script.
|
||||
*/
|
||||
changeBuildType("2b9c73e2-0a6e-47ca-95ae-729cac42be2b") {
|
||||
dependencies {
|
||||
expect("OpenSourceProjects_Storybook_Chromatic") {
|
||||
snapshot {
|
||||
onDependencyCancel = FailureAction.CANCEL
|
||||
}
|
||||
}
|
||||
update("OpenSourceProjects_Storybook_Chromatic") {
|
||||
snapshot {
|
||||
onDependencyCancel = FailureAction.ADD_PROBLEM
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user