mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drone: Make PRs pass wheb website docs step fail (#33812)
This commit is contained in:
parent
9726c76429
commit
7038f17a08
@ -158,6 +158,7 @@ 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
|
||||||
|
@ -684,6 +684,7 @@ 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',
|
||||||
|
Loading…
Reference in New Issue
Block a user