Skip to content

Commit

Permalink
Temporary switch to branch of angular-bazel-example that fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 7, 2019
1 parent ace14ba commit 31b28d1
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(gregmagolan): go back to upstream master
echo_and_run git clone --single-branch --branch compiler-bundle-in-ts_web_test_suite https://github.com/gregmagolan/angular-bazel-example.git angular
(
echo_and_run cd angular

Expand Down

0 comments on commit 31b28d1

Please sign in to comment.