mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
#187386 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
05443dc383
commit
2fd50f395a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ set -euo pipefail
|
|||
BUILD_SUCCESSFUL=$(node "$(dirname "${0}")/build_status.js")
|
||||
export BUILD_SUCCESSFUL
|
||||
|
||||
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
|
||||
if [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
|
||||
"$(dirname "${0}")/commit_status_complete.sh"
|
||||
fi
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||
|
||||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
|
||||
if [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
|
||||
"$(dirname "${0}")/commit_status_start.sh"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue