Skip to content

Commit 0b19b58

Browse files
devversionjelbourn
authored andcommitted
build: bazel repository cache not updated on ci (#14326)
1 parent 94ad518 commit 0b19b58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
- run: bazel build src/...
9292
- run: bazel test src/... tools/public_api_guard/...
9393

94+
# Note: We want to save the cache in this job because the workspace cache also
95+
# includes the Bazel repository cache that will be updated in this job.
96+
- *save_cache
97+
9498
# ----------------------------------------------------------------
9599
# Job that runs the e2e tests with Protractor and Chrome Headless
96100
# ----------------------------------------------------------------
@@ -238,8 +242,6 @@ jobs:
238242
path: /tmp/cdk-umd-minified-bundles
239243
destination: /angular_material/cdk_release_output/
240244

241-
- *save_cache
242-
243245
# ----------------------------------------
244246
# Job that publishes the build snapshots
245247
# ----------------------------------------

0 commit comments

Comments
 (0)