Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,17 @@ jobs:

# Publish bundle artifacts which will be used to calculate the size change.
# Note: Make sure that the size plugin from the Angular robot fetches the artifacts
# from this CircleCI job (see .github/angular-robot.yml)
# from this CircleCI job (see .github/angular-robot.yml). Additionally any artifacts need to
# be stored with the following path format: "{projectName}/{context}/{fileName}"
# This format is necessary because otherwise the bot is not able to pick up the
# artifacts from CircleCI. See:
# https://github.com/angular/github-robot/blob/master/functions/src/plugins/size.ts#L392-L394
- store_artifacts:
path: dist/releases/material/bundles/material.umd.js
destination: material.umd.js
destination: /angular_material/material_release_output/material.umd.js
- store_artifacts:
path: /tmp/cdk-umd-artifacts
destination: /
destination: /angular_material/cdk_release_output/

- *save_cache

Expand Down