forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into pricing-table-adjustements
- Loading branch information
Showing
1,729 changed files
with
28,621 additions
and
21,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@4.1 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -45,7 +45,7 @@ defaults: &defaults | |
AWS_REGION_ARTIFACTS: eu-central-1 | ||
working_directory: /tmp/material-ui | ||
docker: | ||
- image: cimg/node:18.17 | ||
- image: cimg/node:18.18 | ||
|
||
# CircleCI has disabled the cache across forks for security reasons. | ||
# Following their official statement, it was a quick solution, they | ||
|
@@ -690,8 +690,8 @@ jobs: | |
steps: | ||
- 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 | ||
region: ${AWS_REGION_ARTIFACTS} | ||
# Upload distributables to S3 | ||
- aws-s3/copy: | ||
from: mui-material.tgz | ||
|
@@ -719,8 +719,8 @@ jobs: | |
steps: | ||
- 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 | ||
region: ${AWS_REGION_ARTIFACTS} | ||
# persist size snapshot on S3 | ||
- aws-s3/copy: | ||
arguments: --content-type application/json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.