Commit 6459d778 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Fix git-sha warning in etcd startup logs

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit b67249ec) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 4acd1872
......@@ -52,7 +52,7 @@ VERSIONFLAGS="
-X ${PKG_CRI_DOCKERD}/cmd/version.GitCommit=HEAD
-X ${PKG_CRI_DOCKERD}/cmd/version.BuildTime=${buildDate}
-X ${PKG_ETCD}/api/version.GitSHA=HEAD
-X ${PKG_ETCD}/api/v3/version.GitSHA=HEAD
"
if [ -n "${DEBUG}" ]; then
GCFLAGS="-N -l"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment