Skip to content

Commit 892aedd

Browse files
committed
chore: temporarily disable circle ci doing anything (#12897)
1 parent 97279c1 commit 892aedd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,7 @@ jobs:
4747
<<: *post_checkout
4848
- restore_cache:
4949
key: *cache_key
50-
51-
- run: bazel run @nodejs//:npm install
52-
# For some reason, circleci needs the postinstall to be run explicitly.
53-
# This may be unnecessary once rules_nodejs uses nodejs 8
54-
- run: bazel run @nodejs//:npm run postinstall
55-
- run: bazel build src/...
56-
- run: bazel test src/...
50+
- run: echo "Temporarily disabled until Bazel setup can be fixed"
5751
- save_cache:
5852
key: *cache_key
5953
paths:

0 commit comments

Comments
 (0)