Skip to content

Commit 9335224

Browse files
authored
Update config.yml (#8943)
1 parent 2fb4d61 commit 9335224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
# For some reason, circleci needs the postinstall to be run explicitly.
3535
# This may be unnecessary once ngcontainer uses nodejs 8
3636
- run: bazel run @nodejs//:npm run postinstall
37-
- run: bazel build src/cdk/...
37+
# Disabled until next patch of Angular - broken currently
38+
#- run: bazel build src/cdk/...
3839
- save_cache:
3940
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
4041
paths:

0 commit comments

Comments
 (0)