Update cri test to fix image reference test and fix gcs deploy.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-09-09 23:08:02 -07:00
parent ce8d63255c
commit 1b4cec9796
2 changed files with 8 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
set -eu -o pipefail
go get -u github.com/onsi/ginkgo/ginkgo
CRITEST_COMMIT=v1.15.0
CRITEST_COMMIT=427262054f59f3b849391310856a19474acb7e83
go get -d github.com/kubernetes-incubator/cri-tools/...
cd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
git checkout $CRITEST_COMMIT