Merge pull request #557 from thockin/v4_e2e_v6

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

View File

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