Centralize godep version number

This commit is contained in:
Tim Hockin
2017-08-31 21:39:18 -07:00
parent 7d87eec437
commit 7732c8d892
5 changed files with 19 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ if ! $ALL ; then
echo "Running in short-circuit mode; run with -a to force all scripts to run."
fi
kube::util::ensure_godep_version v79
kube::util::ensure_godep_version
if ! kube::util::godep_restored 2>&1 | sed 's/^/ /'; then
echo "Running godep restore"