Skip to content

Commit

Permalink
ci: Update git config for CI jobs
Browse files Browse the repository at this point in the history
Set the git `core.autocrlf` to `input` so that, files with `CRLF`
line-endings can be patched correctly.

Signed-off-by: Devaraj Ranganna <[email protected]>
  • Loading branch information
urutva committed May 21, 2024
1 parent 5b28949 commit 54167e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ workflow:
- ./tools/ci/generate_credentials.sh -f -p applications/${APP_UNDERSCORED}/configs/aws_configs
- git config --global user.email "[email protected]"
- git config --global user.name "ci"
- git config --global core.autocrlf input
- |
./tools/scripts/build.sh ${APP} \
--target $TARGET \
Expand Down

0 comments on commit 54167e4

Please sign in to comment.