Skip to content

Commit ade50b6

Browse files
author
Trong Nhan Mai
committed
chore: add git config before committing in the test repo
1 parent e66d735 commit ade50b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dev_scripts/integration_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ TARGET_REPO="$WORKSPACE/output/git_repos/local_repos/target"
329329

330330
mkdir -p "$SOURCE_REPO"
331331

332+
git config --local user.email "[email protected]"
333+
git config --local user.name "Testing"
334+
332335
# Prepare the first commit for the repository.
333336
cd "$SOURCE_REPO" || log_fail
334337
git init || log_fail

0 commit comments

Comments
 (0)