Remove build-frontend-packages step from docs pipelines (#56686)

This commit is contained in:
Dimitris Sotirakis
2022-10-11 13:56:43 +03:00
committed by GitHub
parent 74a79b517d
commit efc8f985cb
2 changed files with 1 additions and 35 deletions

View File

@@ -8,9 +8,7 @@ load(
'codespell_step',
'test_frontend_step',
'build_storybook_step',
'build_frontend_package_step',
'build_docs_website_step',
'compile_build_cmd',
)
load(
@@ -40,9 +38,7 @@ def docs_pipelines(edition, ver_mode, trigger):
yarn_install_step(),
codespell_step(),
lint_docs(),
build_frontend_package_step(edition=edition, ver_mode=ver_mode),
build_docs_website_step(),
compile_build_cmd(),
]
return pipeline(