Merge pull request #556 from thockin/v3_e2e_v6

v3: e2e with -v=6
This commit is contained in:
Kubernetes Prow Robot 2022-07-02 13:11:24 -07:00 committed by GitHub
commit 3520002163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function GIT_SYNC() {
--env XDG_CONFIG_HOME=$DIR \
e2e/git-sync:$(make -s version)__$(go env GOOS)_$(go env GOARCH) \
--add-user \
--v=5 \
--v=6 \
"$@"
}