mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
8 lines
169 B
Text
8 lines
169 B
Text
# Git configuration for e2e tests
|
|
# This file ensures reproducible test behavior by disabling system credential helpers
|
|
|
|
[credential]
|
|
helper =
|
|
|
|
[core]
|
|
askPass =
|