Skip to content

Commit 9a30e6b

Browse files
authored
chore: remove du check (#31465)
* chore: use different args for `du` in win * rm du command for build
1 parent 1bd9768 commit 9a30e6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/workflows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ windowsWorkflowFilters: &windows-workflow-filters
8484
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
8585
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
8686
- equal: [ 'chore/fix_react_18_deprecation_warnings', << pipeline.git.branch >> ]
87+
- equal: [ 'cacie/fix-du', << pipeline.git.branch >> ]
8788
- matches:
8889
pattern: /^release\/\d+\.\d+\.\d+$/
8990
value: << pipeline.git.branch >>
@@ -497,10 +498,9 @@ commands:
497498
default: cy-doc
498499
steps:
499500
- run: pwd
500-
- run:
501-
name: print global yarn cache path and size
502-
command: |
503-
du -sh $(yarn global bin)
501+
##- run:
502+
## name: print global yarn cache path and size
503+
## command: du -sh $(yarn global bin)
504504
- run:
505505
name: print yarn version
506506
command: yarn versions

0 commit comments

Comments
 (0)