Skip to content

Commit

Permalink
Merge pull request #628 from thockin/disable_local_gitconfig
Browse files Browse the repository at this point in the history
Disable local git configs
  • Loading branch information
k8s-ci-robot authored Sep 3, 2022
2 parents 734cc19 + bcd4629 commit a3498fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2365,6 +2365,10 @@ function run_test() {
eval "$restore_opts"
}

# Override local configs for predictability in this test.
export GIT_CONFIG_GLOBAL=/dev/null
export GIT_CONFIG_SYSTEM=/dev/null

# Iterate over the chosen tests and run them.
FAILS=()
RET=0
Expand Down

0 comments on commit a3498fc

Please sign in to comment.