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:
299
299
publish_snapshots :
300
300
<< : *job_defaults
301
301
resource_class : xlarge
302
+ environment :
303
+ GCP_DECRYPT_TOKEN : *gcp_decrypt_token
302
304
steps :
303
305
- *checkout_code
304
306
- *restore_cache
305
- - *yarn_install
306
307
- *attach_release_output
308
+ - *setup_bazel_remote_execution
307
309
308
310
# CircleCI has a config setting to enforce SSH for all github connections.
309
311
# This is not compatible with our mechanism of using a Personal Access Token
@@ -313,6 +315,7 @@ jobs:
313
315
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
314
316
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
315
317
- run : bazel build src/material-examples:npm_package --config=release
318
+
316
319
- run : ./scripts/circleci/publish-snapshots.sh
317
320
318
321
You can’t perform that action at this time.
0 commit comments