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