mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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.
This commit is contained in:
parent
c66777f80f
commit
91e9a24289
@ -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