79666548

Date: 2025-06-15 12:46:42
Score: 1
Natty:
Report link

This happens when GitLab's default GIT_CLEAN_FLAGS includes -ffdx. Override this:

variables:
  UV_CACHE_DIR: .uv-cache
  GIT_STRATEGY: fetch
  GIT_CLEAN_FLAGS: none

This will preserve untracked files like .uv-cache/ between pipeline runs.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jemaltahir