mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2641 from yichengq/fix-build-release
scripts: not put etcd-migrate into release dir
This commit is contained in:
commit
486eb8f6a8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user