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.
--depth 1
1 parent 750c230 commit 1e7fc71Copy full SHA for 1e7fc71
.circleci/template.yml
@@ -69,7 +69,7 @@ commands:
69
ssh-keyscan github.com >> ~/.ssh/known_hosts
70
- run:
71
name: Checkout code (single branch)
72
- command: git clone --single-branch --depth 10 --branch "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" .
+ command: git clone --single-branch --depth 1 --branch "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" .
73
74
# In the PRs that come from forked repositories, we do not share secret variables.
75
# Hence, some of the scripts will not be executed. See: https://github.com/ckeditor/ckeditor5/issues/7745.
0 commit comments