From 7b044a6e1629beb1e26f09431b84cfa88cb20771 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Tue, 6 Dec 2016 10:00:22 +0100 Subject: [PATCH] ci: remove unneeded AWAITSFIX comment Original commit: elastic/x-pack-elasticsearch@726d26fcdb98a7b6fdfbd0335cd85a0f42fa4cf2 --- dev-tools/ci | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-tools/ci b/dev-tools/ci index 2edf744f8f2..8352eea68d7 100755 --- a/dev-tools/ci +++ b/dev-tools/ci @@ -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..."