mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
# Git configuration for e2e tests
|
|
# This file ensures reproducible test behavior by disabling system credential helpers
|
|
|
|
[credential]
|
|
helper =
|
|
|
|
[core]
|
|
askPass =
|