Skip to content

Commit

Permalink
Increase Git buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngocbinh committed Sep 14, 2024
1 parent 656ea89 commit 08fbaae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ deploy_to_github:
before_script:
- apk add --no-cache git
script:
- echo "Setting Git configuration..."
- git config --global http.postBuffer 524288000 # Increase Git buffer size to 500MB
- git config --global user.email "[email protected]"
- git config --global user.name "Nguyen Ngoc Binh"
- echo "Cloning repository..."
Expand Down

0 comments on commit 08fbaae

Please sign in to comment.