From 6cb6b07bd5e5d12efbbeb6f0945ade7ebd06de5f Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 30 May 2019 22:37:30 -0700 Subject: [PATCH] Temporary fix angular-bazel-example integration test (#480) --- scripts/setup_examples_angular.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/setup_examples_angular.sh b/scripts/setup_examples_angular.sh index d6e310f3cd..7bfd90a709 100755 --- a/scripts/setup_examples_angular.sh +++ b/scripts/setup_examples_angular.sh @@ -28,7 +28,8 @@ printf "\n\nSetting up /examples/angular\n" # Clean example echo_and_run cd ${EXAMPLES_DIR} rm -rf angular - echo_and_run git clone https://github.com/angular/angular-bazel-example.git angular + # TODO(gmagolan): switch back upstream + echo_and_run git clone --single-branch --branch entry-point https://github.com/gregmagolan/angular-bazel-example.git angular ( echo_and_run cd angular