Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 13, 2023
1 parent 4d8bab5 commit 724b07a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,19 @@ jobs:
test_bundle_size_monitor:
<<: *defaults
steps:
- run: touch mui-material.tgz
- aws-cli/install:
version: '2.1.10'
override_installed: true
- aws-cli/setup:
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS
region: ${AWS_REGION_ARTIFACTS}
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS
# Upload distributables to S3
- aws-s3/copy:
from: mui-material.tgz
to: s3://mui-org-ci/artifacts/$CIRCLE_BRANCH/$CIRCLE_SHA1/

- checkout
- install_js
- run:
Expand Down

0 comments on commit 724b07a

Please sign in to comment.