Skip to content

Commit 42bc837

Browse files
committed
Comment out the line that stops and removes the Ollama container in the AI review target
Signed-off-by: Tiger Kaovilai <[email protected]>
1 parent 4a2e863 commit 42bc837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ ai-review-gptme-ollama: gptme ## Review staged git changes using gptme with loca
786786
--model "local/$(GPTME_OLLAMA_MODEL)" \
787787
--tools "$(TOOLS)" \
788788
--non-interactive
789-
# Only stop and remove container if we started it
789+
@# Only stop and remove container if we started it
790790
@if podman ps | grep -q ollama; then \
791791
echo "Stopping and removing Ollama container..."; \
792792
podman stop ollama && podman rm ollama; \

0 commit comments

Comments
 (0)