Skip to content

Commit 011bf43

Browse files
authored
chore: configure checkout method where needed as the default will change Monday, November 3rd (#32863)
1 parent f7e6841 commit 011bf43

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
@@ -1473,7 +1473,8 @@ jobs:
14731473
default: false
14741474
resource_class: << parameters.resource_class >>
14751475
steps:
1476-
- checkout
1476+
- checkout:
1477+
method: full
14771478
- install-required-node
14781479
- verify-build-setup:
14791480
executor: << parameters.executor >>

0 commit comments

Comments
 (0)