ci: remove unneeded AWAITSFIX comment
Original commit: elastic/x-pack-elasticsearch@726d26fcdb
This commit is contained in:
parent
11ae30cf90
commit
7b044a6e16
|
@ -68,7 +68,6 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
|
|||
echo "Either define 'USE_EXISTING_ES' or remove the existing 'elasticsearch' sibling."
|
||||
exit 1
|
||||
fi
|
||||
# AWAITSFIX: the fallback to master should be removed, see https://github.com/elastic/infra/issues/1557
|
||||
BRANCH=${PR_SOURCE_BRANCH:-${GIT_BRANCH#*/}} # GIT_BRANCH starts with the repo, i.e., origin/master
|
||||
BRANCH=${BRANCH:-master} # fall back to CI branch if not testing a PR
|
||||
echo "Checking if branch '$BRANCH' has elasticsearch sibling..."
|
||||
|
|
Loading…
Reference in New Issue