Browse Source

Merge pull request #2641 from yichengq/fix-build-release

scripts: not put etcd-migrate into release dir
Yicheng Qin 10 years ago
parent
commit
486eb8f6a8
1 changed files with 1 additions and 1 deletions
  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