Drone: Fix enterprise config (#28270)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/28229/head
Arve Knudsen 5 years ago committed by GitHub
parent fe423644ae
commit 86adc2241e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      scripts/lib.star

@ -384,9 +384,6 @@ def build_frontend_step(edition, ver_mode, is_downstream=False):
}
def build_frontend_docs_step(edition):
if edition == 'enterprise':
return None
return {
'name': 'build-frontend-docs',
'image': build_image,

Loading…
Cancel
Save