mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix(NA): buildkite es_snapshot build job after es default branch rename to main (#137109)
This commit is contained in:
parent
b2825cb9a8
commit
242c91a432
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ mkdir -p "$destination"
|
|||
mkdir -p elasticsearch && cd elasticsearch
|
||||
|
||||
export ELASTICSEARCH_BRANCH="${ELASTICSEARCH_BRANCH:-$BUILDKITE_BRANCH}"
|
||||
# Until ES renames their master branch to main...
|
||||
if [[ "$ELASTICSEARCH_BRANCH" == "main" ]]; then
|
||||
export ELASTICSEARCH_BRANCH="master"
|
||||
fi
|
||||
|
||||
if [[ ! -d .git ]]; then
|
||||
git init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue