Add GIT_CLEAN_FLAGS to clean venvs between CI runs
This commit is contained in:
parent
69703b1e82
commit
8a77b395a9
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ variables:
|
||||||
TESTING: "1"
|
TESTING: "1"
|
||||||
MODEL_ENDPOINT_0: "https://hermes.ai.unturf.com/v1"
|
MODEL_ENDPOINT_0: "https://hermes.ai.unturf.com/v1"
|
||||||
MODEL_API_KEY_0: "dummy"
|
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)
|
# Template for Python setup (shell executor)
|
||||||
.python_setup:
|
.python_setup:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue