ci: remove unneeded AWAITSFIX comment

Original commit: elastic/x-pack-elasticsearch@726d26fcdb
This commit is contained in:
Boaz Leskes 2016-12-06 10:00:22 +01:00
parent 11ae30cf90
commit 7b044a6e16
1 changed files with 0 additions and 1 deletions

View File

@ -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..."