Skip to content

Commit 6cb686e

Browse files
authored
chore: revert try blobless checkout method (#32738) (#32765)
This reverts commit 6307f90.
1 parent fdb3701 commit 6cb686e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

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

.circleci/src/pipeline/@pipeline.yml

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

0 commit comments

Comments
 (0)