Skip to content

Commit

Permalink
[core] Remove S3 orb from circleci config (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Aug 25, 2023
1 parent 2ad8eef commit 436e688
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: 2.1
orbs:
aws-s3: circleci/aws-s3@4.0.0

defaults: &defaults
working_directory: /tmp/mui-toolpad
Expand All @@ -21,7 +19,7 @@ commands:
parameters:
browsers:
type: boolean
default: true
default: false
description: 'Set to true if you intend to use any browser (e.g. with playwright).'

steps:
Expand Down Expand Up @@ -145,7 +143,8 @@ jobs:

steps:
- checkout
- install_js
- install_js:
browsers: true
- run:
name: 'Build packages'
command: yarn release:build
Expand Down

0 comments on commit 436e688

Please sign in to comment.