mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update docs-preview link (#176468)
## Summary Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>. More context in https://github.com/elastic/docs/pull/2898 ### Checklist ### Risk Matrix ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
5cfb226858
commit
096bf5515a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
|||
ts-node "$(dirname "${0}")/ci_stats_complete.ts"
|
||||
|
||||
if [[ "${GITHUB_PR_NUMBER:-}" ]]; then
|
||||
DOCS_CHANGES_URL="https://kibana_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
|
||||
DOCS_CHANGES_URL="https://kibana_bk_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
|
||||
DOCS_CHANGES=$(curl --connect-timeout 10 -m 10 -sf "$DOCS_CHANGES_URL" || echo '')
|
||||
|
||||
if [[ "$DOCS_CHANGES" && "$DOCS_CHANGES" != "There aren't any differences!" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue