mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
#178675
This commit is contained in:
parent
2388662ee8
commit
21c7f1ede4
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
|
|||
"$(dirname "${0}")/commit_status_complete.sh"
|
||||
fi
|
||||
|
||||
node "$(dirname "${0}")/ci_stats_complete.js"
|
||||
# Skip indexing the same metrics twice
|
||||
if [[ "${BUILDKITE_RETRY_COUNT:-0}" == "0" ]]; then
|
||||
node "$(dirname "${0}")/ci_stats_complete.js"
|
||||
fi
|
||||
|
||||
if [[ "${GITHUB_PR_NUMBER:-}" ]]; then
|
||||
DOCS_CHANGES_URL="https://kibana_bk_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue