Skip to content

Commit 541f689

Browse files
jennifer-shehanemabela416
authored andcommitted
chore: try blobless checkout method (#32738)
* chore: try blobless checkout method * update pipeline checkout
1 parent 74fb176 commit 541f689

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jobs:
129129
resource_class: small
130130
steps:
131131
- cancel-draft-prs
132-
- checkout
132+
- checkout:
133+
method: blobless
133134
- restore-src-checksum-cache
134135
- persist-to-workspace-and-exit-early
135136
- pack-workflows

.circleci/src/pipeline/@pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,8 @@ jobs:
14741474
resource_class: << parameters.resource_class >>
14751475
steps:
14761476
- update_known_hosts
1477-
- checkout
1477+
- checkout:
1478+
method: blobless
14781479
- install-required-node
14791480
- verify-build-setup:
14801481
executor: << parameters.executor >>

0 commit comments

Comments
 (0)