Updating Windows' e2e tests' README to the official repo list

Signed-off-by: Jean Rouge <rougej+github@gmail.com>
pull/564/head
Jean Rouge 2019-03-06 17:57:49 -08:00
parent 9eebfe7a04
commit 1d1a765e79
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
```bash
KUBECONFIG=path/to/kubeconfig
curl https://raw.githubusercontent.com/e2e-win/e2e-win-prow-deployment/master/repo-list -o repo_list
curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
```