CI: Remove `npm` steps from enterprise pipelines (#59108)
Remove npm steps from enterprise pipelines
(cherry picked from commit 2d7fcea8fa)
# Conflicts:
# .drone.yml
This commit is contained in:
@@ -290,11 +290,8 @@ def get_enterprise_pipelines(trigger, ver_mode):
|
||||
])
|
||||
if should_publish:
|
||||
publish_step = store_storybook_step(edition=edition, ver_mode=ver_mode)
|
||||
store_npm_step = store_npm_packages_step()
|
||||
if publish_step:
|
||||
publish_steps.append(publish_step)
|
||||
if store_npm_step:
|
||||
publish_steps.append(store_npm_step)
|
||||
windows_package_steps = get_windows_steps(edition=edition, ver_mode=ver_mode)
|
||||
|
||||
if should_upload:
|
||||
|
||||
Reference in New Issue
Block a user