Drone: Fix enterprise config (#28270)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2020-10-14 20:19:55 +02:00 committed by GitHub
parent fe423644ae
commit 86adc2241e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,