Skip to content

Commit

Permalink
ci: use shallow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Nov 22, 2024
1 parent 41e0c51 commit e09552b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
win: circleci/[email protected]
git-shallow-clone: guitarrapc/[email protected]

commands:
ulimit:
Expand Down Expand Up @@ -68,7 +69,8 @@ commands:
type: string
default: ""
steps:
- checkout
- git-shallow-clone/checkout:
keyscan_github: true
- concat_files:
glob: "{src,test,tools}/*/*.csproj"
to: .combined-package-files.txt
Expand Down Expand Up @@ -141,7 +143,8 @@ commands:
key: v1-dotcover-{{ arch }}
paths:
- ~/.nuget/packages
- checkout
- git-shallow-clone/checkout:
keyscan_github: true
- attach_workspace:
at: .
- run:
Expand Down Expand Up @@ -307,7 +310,8 @@ commands:
type: string
default: 0.5.0
steps:
- checkout
- git-shallow-clone/checkout:
keyscan_github: true
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit e09552b

Please sign in to comment.