Checkout *elastic*'s master branch

Needed because I hacked around branch selection because we don't have
a `feature/sql` branch in the public elasticsearch repo.

Original commit: elastic/x-pack-elasticsearch@3fc1084588
This commit is contained in:
Nik Everett 2017-07-25 13:48:58 -04:00
parent 71beda43ff
commit e15c9e66b0
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
} }
# pick_clone_target NOCOMMIT just use master for testing our feature branch. Do not merge this..... # pick_clone_target NOCOMMIT just use master for testing our feature branch. Do not merge this.....
GH_USER="elastic"
BRANCH="master" BRANCH="master"
echo " -> checking out '$BRANCH' branch from $GH_USER/elasticsearch..." echo " -> checking out '$BRANCH' branch from $GH_USER/elasticsearch..."