Skip to content

Commit

Permalink
vcpkg: set commitr name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 21, 2024
1 parent 71107ea commit a87e0eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/myci-deploy-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ cp -r $port_dir $repo/ports

echo "commit port to the git repo"
cd $repo

git config user.email "unknown@unknown.com"
git config user.name "MYCI vcpkg deploy script"

git add ports/
git commit --message="add new port"

Expand Down

0 comments on commit a87e0eb

Please sign in to comment.