File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -302,8 +302,8 @@ jobs:
302
302
steps :
303
303
- *checkout_code
304
304
- *restore_cache
305
- - *yarn_install
306
305
- *attach_release_output
306
+ - *setup_bazel_remote_execution
307
307
308
308
# CircleCI has a config setting to enforce SSH for all github connections.
309
309
# This is not compatible with our mechanism of using a Personal Access Token
@@ -313,6 +313,7 @@ jobs:
313
313
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
314
314
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
315
315
- run : bazel build src/material-examples:npm_package --config=release
316
+
316
317
- run : ./scripts/circleci/publish-snapshots.sh
317
318
318
319
You can’t perform that action at this time.
0 commit comments