From 6afd137c026ee2133dddb22bc9a8d405852df674 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 19 Jun 2019 08:07:04 -0700 Subject: [PATCH] Fix runc and critools version in release. Signed-off-by: Lantao Liu --- hack/install/install-critools.sh | 2 +- hack/install/install-runc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/install/install-critools.sh b/hack/install/install-critools.sh index 5070a3b0b..0194ca23a 100755 --- a/hack/install/install-critools.sh +++ b/hack/install/install-critools.sh @@ -29,7 +29,7 @@ GOPATH=${TMPGOPATH} #Install crictl checkout_repo ${CRITOOL_PKG} ${CRITOOL_VERSION} ${CRITOOL_REPO} cd ${GOPATH}/src/${CRITOOL_PKG} -make +make VERSION=${CRITOOL_VERSION} ${SUDO} make install -e BINDIR=${CRITOOL_DIR} GOPATH=${GOPATH} ${SUDO} mkdir -p ${CRICTL_CONFIG_DIR} ${SUDO} bash -c 'cat >'${CRICTL_CONFIG_DIR}'/crictl.yaml <