Skip to content

Commit 1e7fc71

Browse files
committed
Clone with --depth 1
1 parent 750c230 commit 1e7fc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ commands:
6969
ssh-keyscan github.com >> ~/.ssh/known_hosts
7070
- run:
7171
name: Checkout code (single branch)
72-
command: git clone --single-branch --depth 10 --branch "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" .
72+
command: git clone --single-branch --depth 1 --branch "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" .
7373

7474
# In the PRs that come from forked repositories, we do not share secret variables.
7575
# Hence, some of the scripts will not be executed. See: https://github.com/ckeditor/ckeditor5/issues/7745.

0 commit comments

Comments
 (0)