Skip to content

Commit

Permalink
Turn off auto garbage collection to help with big patches
Browse files Browse the repository at this point in the history
  • Loading branch information
markapruett committed May 10, 2024
1 parent 4e21490 commit 7601149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/aws/eks-distro/eks-distro-attribution-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ periodics:
- -c
- >
trap 'touch /status/done' EXIT
&&
git config --global gc.auto 0
&&
make update-attribution-files
env:
Expand Down

0 comments on commit 7601149

Please sign in to comment.