Remove GIT_CLEAN_FLAGS

This commit is contained in:
Russell Ballestrini 2026-01-11 09:39:14 -05:00
parent 8a77b395a9
commit 532523e1b3

View file

@ -10,8 +10,6 @@ variables:
TESTING: "1"
MODEL_ENDPOINT_0: "https://hermes.ai.unturf.com/v1"
MODEL_API_KEY_0: "dummy"
GIT_STRATEGY: fetch # Reuse existing clone instead of fresh clone each time
GIT_CLEAN_FLAGS: -ffdx # Clean untracked files including venvs
# Template for Python setup (shell executor)
.python_setup: