We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb176 commit 541f689Copy full SHA for 541f689
.circleci/config.yml
@@ -129,7 +129,8 @@ jobs:
129
resource_class: small
130
steps:
131
- cancel-draft-prs
132
- - checkout
+ - checkout:
133
+ method: blobless
134
- restore-src-checksum-cache
135
- persist-to-workspace-and-exit-early
136
- pack-workflows
.circleci/src/pipeline/@pipeline.yml
@@ -1474,7 +1474,8 @@ jobs:
1474
resource_class: << parameters.resource_class >>
1475
1476
- update_known_hosts
1477
1478
1479
- install-required-node
1480
- verify-build-setup:
1481
executor: << parameters.executor >>
0 commit comments