Skip to content

Commit 9219171

Browse files
committed
feat: use --single-branch for test
1 parent f6860eb commit 9219171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- image: cimg/base:stable
2525
steps:
2626
- git-shallow-clone/checkout_advanced:
27-
clone_options: '--depth 1 --shallow-since "2022-10-10"'
27+
clone_options: "--depth 100 --single-branch"
2828
fetch_options: "--depth 5"
2929
integration-test-checkout_advanced_notags:
3030
docker:

0 commit comments

Comments
 (0)