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 770a6b9 commit 3bc6b9dCopy full SHA for 3bc6b9d
1 file changed
test/ai-intent-driven-development.sh.bats
@@ -13,6 +13,11 @@ setup() {
13
# Copy the current state of the repository to the clone directory.
14
cp -r "$PWD/" "$PROJECT_COPY_TEST_DIR"
15
16
+ cd "$PROJECT_COPY_TEST_DIR"
17
+ git config user.email "test@example.com" &> /dev/null
18
+ git config user.name "Test" &> /dev/null
19
+ cd -
20
+
21
# Set the INSTALL_DIR to our new clone. The script will use this as its root.
22
export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR="$PROJECT_COPY_TEST_DIR"
23
0 commit comments