From 532523e1b3a4502636d5de41a0070b240c59e42a Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 11 Jan 2026 09:39:14 -0500 Subject: [PATCH] Remove GIT_CLEAN_FLAGS --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b94b8c9..d44ed51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: