File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments