We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd8268 commit fffcb39Copy full SHA for fffcb39
.buildkite/scripts/lifecycle/post_build.sh
@@ -12,7 +12,7 @@ fi
12
node "$(dirname "${0}")/ci_stats_complete.js"
13
14
if [[ "${GITHUB_PR_NUMBER:-}" ]]; then
15
- 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"
16
DOCS_CHANGES=$(curl --connect-timeout 10 -m 10 -sf "$DOCS_CHANGES_URL" || echo '')
17
18
if [[ "$DOCS_CHANGES" && "$DOCS_CHANGES" != "There aren't any differences!" ]]; then
0 commit comments