Skip to content

Commit f7b130c

Browse files
authored
chore: temporarily disable circle ci doing anything (#12897)
1 parent 74a3179 commit f7b130c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
<<: *post_checkout
4848
- restore_cache:
4949
key: *cache_key
50-
51-
- run: bazel run @nodejs//:npm install
52-
- run: bazel build src/...
53-
- run: bazel test src/...
50+
- run: echo "Temporarily disabled until Bazel setup can be fixed"
5451
- save_cache:
5552
key: *cache_key
5653
paths:

0 commit comments

Comments
 (0)