Skip to content

Commit

Permalink
Temporary fix angular-bazel-example integration test (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 2, 2019
1 parent 2047da9 commit b6efd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup_examples_angular.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6efd59

Please sign in to comment.