Explorar o código

scripts: not put etcd-migrate into release dir

etcd-migrate has been integrated with etcd, and there is no need to put
it into release dir any more.
Yicheng Qin %!s(int64=10) %!d(string=hai) anos
pai
achega
91e9a24289
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/build-release

+ 1 - 1
scripts/build-release

@@ -39,7 +39,7 @@ function package {
 	if [ ${GOOS} == "windows" ]; then
 		ext=".exe"
 	fi
-	for bin in etcd etcdctl etcd-migrate; do
+	for bin in etcd etcdctl; do
 		cp ${srcdir}/${bin} ${target}/${bin}${ext}
 	done