Skip to content
Snippets Groups Projects
Commit bd0ebe7b authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add commit author user name and email for git repo

parent a2ff65c2
No related branches found
No related tags found
3 merge requests!38Allow flexibility to define a target submodule and its branch,!37Allow flexibility to define a target submodule and its branch,!36Allow flexibility to define a target submodule and its branch
...@@ -45,6 +45,8 @@ build_packer: ...@@ -45,6 +45,8 @@ build_packer:
do do
echo "Inside first for loop cd to: $each_repo" echo "Inside first for loop cd to: $each_repo"
cd $each_repo cd $each_repo
git config user.name "$GITLAB_USER_NAME"
git config user.email "$GITLAB_USER_EMAIL"
echo "Done cd to: $each_repo" echo "Done cd to: $each_repo"
echo "Checking out pull requests ${hashmap[$each_repo]}" echo "Checking out pull requests ${hashmap[$each_repo]}"
git checkout -B test_feature_requests git checkout -B test_feature_requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment