Update cri to 8506fe836677cc3bb23a16b68145128243d843b5.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-10-05 14:53:17 -07:00
parent 0c5f8f63c3
commit 88bfc17d14
19 changed files with 1028 additions and 895 deletions

View File

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