Skip to content

Commit fffcb39

Browse files
committed
Update docs-preview link (elastic#176468)
## Summary Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>. More context in elastic/docs#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) (cherry picked from commit 096bf55)
1 parent ffd8268 commit fffcb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/lifecycle/post_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
node "$(dirname "${0}")/ci_stats_complete.js"
1313

1414
if [[ "${GITHUB_PR_NUMBER:-}" ]]; then
15-
DOCS_CHANGES_URL="https://kibana_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
15+
DOCS_CHANGES_URL="https://kibana_bk_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
1616
DOCS_CHANGES=$(curl --connect-timeout 10 -m 10 -sf "$DOCS_CHANGES_URL" || echo '')
1717

1818
if [[ "$DOCS_CHANGES" && "$DOCS_CHANGES" != "There aren't any differences!" ]]; then

0 commit comments

Comments
 (0)