mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts: build-release add etcd-migrate
this tool is only temporary for the alphas but make sure it makes it in.
This commit is contained in:
parent
a817ca705b
commit
d2e36a9535
@ -35,7 +35,7 @@ function package {
|
||||
if [ -d ${ccdir} ]; then
|
||||
srcdir=${ccdir}
|
||||
fi
|
||||
for bin in etcd etcdctl; do
|
||||
for bin in etcd etcdctl etcd-migrate; do
|
||||
cp ${srcdir}/${bin} ${target}
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user