Skip to content

Commit 166ab5d

Browse files
committed
fix: add garbage collection to git
1 parent 0da940d commit 166ab5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
<<: *defaults
137137
steps:
138138
- checkout
139+
- run:
140+
name: Git garbage collection
141+
command: git gc
139142
- persist_to_workspace:
140143
root: .
141144
paths:

0 commit comments

Comments
 (0)