Skip to content

Commit 4b35cad

Browse files
devversionvivian-hu-zz
authored andcommitted
build: run publish snapshots job with rbe (#14867)
1 parent e982e36 commit 4b35cad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,13 @@ jobs:
299299
publish_snapshots:
300300
<<: *job_defaults
301301
resource_class: xlarge
302+
environment:
303+
GCP_DECRYPT_TOKEN: *gcp_decrypt_token
302304
steps:
303305
- *checkout_code
304306
- *restore_cache
305-
- *yarn_install
306307
- *attach_release_output
308+
- *setup_bazel_remote_execution
307309

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

318321

0 commit comments

Comments
 (0)