mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
TeamCity: don't expect artifacts from unmerged apps
This commit is contained in:
parent
f8c926eeed
commit
fd12550d32
@ -51,8 +51,11 @@ object OpenSourceProjects_Storybook_Chromatic : BuildType({
|
||||
onDependencyCancel = FailureAction.CANCEL
|
||||
}
|
||||
|
||||
artifacts {
|
||||
artifactRules = "$lowerName.zip!** => examples/$exampleDir/storybook-static"
|
||||
if (merged) {
|
||||
artifacts {
|
||||
cleanDestination = true
|
||||
artifactRules = "$lowerName.zip!** => examples/$exampleDir/storybook-static"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -96,9 +96,11 @@ examples/official-storybook/image-snapshots/__image_snapshots__ => image-snapsho
|
||||
onDependencyCancel = FailureAction.CANCEL
|
||||
}
|
||||
|
||||
artifacts {
|
||||
cleanDestination = true
|
||||
artifactRules = "$lowerName.zip!** => examples/$exampleDir/storybook-static"
|
||||
if (merged) {
|
||||
artifacts {
|
||||
cleanDestination = true
|
||||
artifactRules = "$lowerName.zip!** => examples/$exampleDir/storybook-static"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user