[v9.3.x] CI: Remove npm steps from enterprise pipelines (#59108) (#59289)

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:
Dimitris Sotirakis
2023-01-20 08:11:15 +00:00
committed by GitHub
parent 5a15fec112
commit f7352810e0
2 changed files with 1 additions and 15 deletions
-3
View File
@@ -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: