*: remove "acbuild"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-08-12 09:30:36 -07:00
parent 1dff1c869f
commit 802e01a0d8
3 changed files with 0 additions and 7 deletions

View File

@ -63,7 +63,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
## Build release binaries and images
- Ensure `acbuild` is available.
- Ensure `docker` is available.
Run release script in root directory:

View File

@ -53,7 +53,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
## Build Release Binaries and Images
- Ensure `acbuild` is available.
- Ensure `docker` is available.
Run release script in root directory:

View File

@ -11,11 +11,6 @@ if [ -z "${VERSION}" ]; then
exit 255
fi
if ! command -v acbuild >/dev/null; then
echo "cannot find acbuild"
exit 1
fi
if ! command -v docker >/dev/null; then
echo "cannot find docker"
exit 1