Drone: Don't ignore docs failures (#34872)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/34913/head
Arve Knudsen 5 years ago committed by GitHub
parent 9eaa387cce
commit ee73108e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .drone.yml
  2. 1
      scripts/lib.star

@ -165,7 +165,6 @@ steps:
- mkdir -p /hugo/content/docs/grafana
- cp -r docs/sources/* /hugo/content/docs/grafana/latest/
- cd /hugo && make prod
failure: ignore
depends_on:
- initialize
- build-frontend-docs

@ -665,7 +665,6 @@ def build_docs_website_step():
'name': 'build-docs-website',
# Use latest revision here, since we want to catch if it breaks
'image': 'grafana/docs-base:latest',
'failure': 'ignore',
'depends_on': [
'initialize',
'build-frontend-docs',

Loading…
Cancel
Save