Use master branch in CI

Original commit: elastic/x-pack-elasticsearch@bbdf8b5a40
This commit is contained in:
Nik Everett 2017-07-25 13:43:33 -04:00
parent dd29035e66
commit 71beda43ff
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
echo " -> using CI branch $BRANCH from elastic repo" echo " -> using CI branch $BRANCH from elastic repo"
} }
pick_clone_target # pick_clone_target NOCOMMIT just use master for testing our feature branch. Do not merge this.....
BRANCH="master"
echo " -> checking out '$BRANCH' branch from $GH_USER/elasticsearch..." echo " -> checking out '$BRANCH' branch from $GH_USER/elasticsearch..."
git clone -b $BRANCH "https://github.com/$GH_USER/elasticsearch.git" --depth=1 git clone -b $BRANCH "https://github.com/$GH_USER/elasticsearch.git" --depth=1