Use master branch in CI
Original commit: elastic/x-pack-elasticsearch@bbdf8b5a40
This commit is contained in:
parent
dd29035e66
commit
71beda43ff
|
@ -115,7 +115,8 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
|
|||
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..."
|
||||
git clone -b $BRANCH "https://github.com/$GH_USER/elasticsearch.git" --depth=1
|
||||
|
|
Loading…
Reference in New Issue