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:
@@ -165,7 +165,6 @@ steps:
|
|||||||
- mkdir -p /hugo/content/docs/grafana
|
- mkdir -p /hugo/content/docs/grafana
|
||||||
- cp -r docs/sources/* /hugo/content/docs/grafana/latest/
|
- cp -r docs/sources/* /hugo/content/docs/grafana/latest/
|
||||||
- cd /hugo && make prod
|
- cd /hugo && make prod
|
||||||
failure: ignore
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
- build-frontend-docs
|
- build-frontend-docs
|
||||||
|
|||||||
@@ -665,7 +665,6 @@ def build_docs_website_step():
|
|||||||
'name': 'build-docs-website',
|
'name': 'build-docs-website',
|
||||||
# Use latest revision here, since we want to catch if it breaks
|
# Use latest revision here, since we want to catch if it breaks
|
||||||
'image': 'grafana/docs-base:latest',
|
'image': 'grafana/docs-base:latest',
|
||||||
'failure': 'ignore',
|
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'initialize',
|
'initialize',
|
||||||
'build-frontend-docs',
|
'build-frontend-docs',
|
||||||
|
|||||||
Reference in New Issue
Block a user