Drone: Make PRs pass wheb website docs step fail (#33812)

This commit is contained in:
Torkel Ödegaard 2021-05-07 15:40:57 +02:00 committed by GitHub
parent 9726c76429
commit 7038f17a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@ 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

View File

@ -684,6 +684,7 @@ 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',