*: 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 65e226ad92
commit 7299a6a106
3 changed files with 0 additions and 7 deletions

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