Skip to content

Commit 8715755

Browse files
committed
Add required git user.name etc
1 parent 3fac991 commit 8715755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ setup() {
1111
tar --strip-components 1 -zxf /tmp/drupal.tar.gz -C ${TESTDIR}
1212
cd "${TESTDIR}"
1313
mv vendor /tmp/vendor.bak
14+
git config --global user.email "[email protected]"
15+
git config --global user.name "Example Example"
1416
git init && git add . >/dev/null && git commit -m "current" >/dev/null
1517
mv /tmp/vendor.bak vendor
1618
ddev config --project-name=${PROJNAME} --upload-dirs=.ddev/tmp

0 commit comments

Comments
 (0)