Skip to content

Commit 46474b5

Browse files
committed
Stop removing .git/objects/
1 parent bade142 commit 46474b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
df -h
6666
du -csh .git/objects
6767
du -csh *.7z.*
68-
rm -rf .git/objects
68+
# rm -rf .git/objects
6969
rm -f *.7z.*
7070
df -h
7171

0 commit comments

Comments
 (0)