Commit 86adc224 by Arve Knudsen Committed by GitHub

Drone: Fix enterprise config (#28270)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent fe423644
...@@ -384,9 +384,6 @@ def build_frontend_step(edition, ver_mode, is_downstream=False): ...@@ -384,9 +384,6 @@ def build_frontend_step(edition, ver_mode, is_downstream=False):
} }
def build_frontend_docs_step(edition): def build_frontend_docs_step(edition):
if edition == 'enterprise':
return None
return { return {
'name': 'build-frontend-docs', 'name': 'build-frontend-docs',
'image': build_image, 'image': build_image,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment