add support for setting CRITOOL_VERSION
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
52c2c6b5df
commit
b97a2f33b0
@ -17,7 +17,7 @@
|
||||
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
|
||||
|
||||
# Not from vendor.conf.
|
||||
CRITOOL_VERSION=89384cc13a27bb9128553c9fe75a7cc07c6a95bb
|
||||
CRITOOL_VERSION=${CRITOOL_VERSION:-89384cc13a27bb9128553c9fe75a7cc07c6a95bb}
|
||||
CRITOOL_PKG=github.com/kubernetes-sigs/cri-tools
|
||||
CRITOOL_REPO=github.com/kubernetes-sigs/cri-tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user