We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97279c1 commit 892aeddCopy full SHA for 892aedd
.circleci/config.yml
@@ -47,13 +47,7 @@ jobs:
47
<<: *post_checkout
48
- restore_cache:
49
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/...
+ - run: echo "Temporarily disabled until Bazel setup can be fixed"
57
- save_cache:
58
59
paths:
0 commit comments