Skip to content

Commit 298ed66

Browse files
author
kiran-garre
committed
Add print statements for debug, disable q chat run temporarily
1 parent 9141f78 commit 298ed66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs-generation/update-docs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ documentation. Then read 'pr-contents.txt' to see the contents of the current PR
1111
After reading both the directory and the PR file, update the files in the 'docs' directory
1212
with new documentation reflecting the proposed changes in the PR. Make new files as appropriate."
1313

14-
timeout 10m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
14+
cat pr-contents.txt
15+
echo "Would prompt q chat here"
16+
# timeout 10m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
1517
exit $?

0 commit comments

Comments
 (0)