mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: remove "acbuild"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
65e226ad92
commit
7299a6a106
@ -63,7 +63,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
|
|||||||
|
|
||||||
## Build release binaries and images
|
## Build release binaries and images
|
||||||
|
|
||||||
- Ensure `acbuild` is available.
|
|
||||||
- Ensure `docker` is available.
|
- Ensure `docker` is available.
|
||||||
|
|
||||||
Run release script in root directory:
|
Run release script in root directory:
|
||||||
|
@ -53,7 +53,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
|
|||||||
|
|
||||||
## Build Release Binaries and Images
|
## Build Release Binaries and Images
|
||||||
|
|
||||||
- Ensure `acbuild` is available.
|
|
||||||
- Ensure `docker` is available.
|
- Ensure `docker` is available.
|
||||||
|
|
||||||
Run release script in root directory:
|
Run release script in root directory:
|
||||||
|
@ -11,11 +11,6 @@ if [ -z "${VERSION}" ]; then
|
|||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user