mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drone: Don't ignore docs failures (#34872)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
9eaa387cce
commit
ee73108e52
@ -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…
Reference in New Issue
Block a user