From f938774748e1ba561472d8320cd2913eff2bc217 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 12 Feb 2018 16:25:37 -0800 Subject: [PATCH] ci: remove conditional clause for bazel install (#22170) No longer needed since we don't have a bazel job PR Close #22170 --- scripts/ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/install.sh b/scripts/ci/install.sh index 37a5050f35..024f20ec5f 100755 --- a/scripts/ci/install.sh +++ b/scripts/ci/install.sh @@ -62,7 +62,7 @@ if [[ ${TRAVIS} && fi # Install bazel -if [[ ${TRAVIS} && (${CI_MODE} == "bazel" || ${CI_MODE} == "e2e_2") ]]; then +if [[ ${TRAVIS} && ${CI_MODE} == "e2e_2" ]]; then travisFoldStart "bazel-install" ( mkdir tmp