mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts/release: remove acbuild commands
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
af19d014e1
commit
f7992237ce
@ -32,11 +32,6 @@ main() {
|
|||||||
MINOR_VERSION=$(echo "${VERSION}" | cut -d. -f 1-2)
|
MINOR_VERSION=$(echo "${VERSION}" | cut -d. -f 1-2)
|
||||||
BRANCH="release-${MINOR_VERSION}"
|
BRANCH="release-${MINOR_VERSION}"
|
||||||
|
|
||||||
if ! command -v acbuild >/dev/null; then
|
|
||||||
echo "cannot find acbuild"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! command -v docker >/dev/null; then
|
if ! command -v docker >/dev/null; then
|
||||||
echo "cannot find docker"
|
echo "cannot find docker"
|
||||||
exit 1
|
exit 1
|
||||||
@ -88,7 +83,7 @@ main() {
|
|||||||
echo "Updating version from ${source_version} to ${VERSION} in version/version.go"
|
echo "Updating version from ${source_version} to ${VERSION} in version/version.go"
|
||||||
sed -i "s/${source_version}/${VERSION}/g" version/version.go
|
sed -i "s/${source_version}/${VERSION}/g" version/version.go
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building etcd and checking --version output"
|
echo "Building etcd and checking --version output"
|
||||||
./build
|
./build
|
||||||
local etcd_version=$(bin/etcd --version | grep "etcd Version" | awk '{ print $3 }')
|
local etcd_version=$(bin/etcd --version | grep "etcd Version" | awk '{ print $3 }')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user