Skip to content

Commit 1873aad

Browse files
committed
build: run publish snapshots job with rbe
1 parent a8072c9 commit 1873aad

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
@@ -302,8 +302,8 @@ jobs:
302302
steps:
303303
- *checkout_code
304304
- *restore_cache
305-
- *yarn_install
306305
- *attach_release_output
306+
- *setup_bazel_remote_execution
307307

308308
# CircleCI has a config setting to enforce SSH for all github connections.
309309
# This is not compatible with our mechanism of using a Personal Access Token
@@ -313,6 +313,7 @@ jobs:
313313
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
314314
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
315315
- run: bazel build src/material-examples:npm_package --config=release
316+
316317
- run: ./scripts/circleci/publish-snapshots.sh
317318

318319

0 commit comments

Comments
 (0)