Merge pull request #3492 from Random-Liu/update-cri

Update cri to b213648c5b
This commit is contained in:
Michael Crosby
2019-08-06 10:53:29 -04:00
committed by GitHub
160 changed files with 8323 additions and 5316 deletions

View File

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