Skip to content

Commit

Permalink
Remove teamcity CLI tests (#6707)
Browse files Browse the repository at this point in the history
Remove teamcity CLI tests
  • Loading branch information
shilman authored May 2, 2019
2 parents 47bd93c + fabdaa0 commit 11d9a10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 86 deletions.
1 change: 0 additions & 1 deletion .teamcity/OpenSourceProjects_Storybook/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ object Project : Project({
buildType(OpenSourceProjects_Storybook_Examples)
buildType(OpenSourceProjects_Storybook_Docs)
buildType(OpenSourceProjects_Storybook_Build_2)
buildType(OpenSourceProjects_Storybook_CliTest)
buildType(OpenSourceProjects_Storybook_Test)
buildType(OpenSourceProjects_Storybook_Lint)
buildType(OpenSourceProjects_Storybook_Lint_Warnings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,5 @@ object OpenSourceProjects_Storybook_Build_2 : BuildType({
onDependencyCancel = FailureAction.ADD_PROBLEM
}
}
dependency(OpenSourceProjects_Storybook.buildTypes.OpenSourceProjects_Storybook_CliTest) {
snapshot {
onDependencyCancel = FailureAction.ADD_PROBLEM
}
}
}
})

This file was deleted.

This file was deleted.

1 comment on commit 11d9a10

@vercel
Copy link

@vercel vercel bot commented on 11d9a10 May 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.