We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fac991 commit 8715755Copy full SHA for 8715755
tests/test.bats
@@ -11,6 +11,8 @@ setup() {
11
tar --strip-components 1 -zxf /tmp/drupal.tar.gz -C ${TESTDIR}
12
cd "${TESTDIR}"
13
mv vendor /tmp/vendor.bak
14
+ git config --global user.email "[email protected]"
15
+ git config --global user.name "Example Example"
16
git init && git add . >/dev/null && git commit -m "current" >/dev/null
17
mv /tmp/vendor.bak vendor
18
ddev config --project-name=${PROJNAME} --upload-dirs=.ddev/tmp
0 commit comments