From 8349a4a2796a059b3825b0cc5af28aef8d45ed23 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 11 Aug 2021 17:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index e964183a..64853b15 100755 --- a/build/build.sh +++ b/build/build.sh @@ -23,7 +23,7 @@ function build() { VERSION=$(lookup-version $ROOT/../internal/const/const.go) ZIP="${NAME}-${OS}-${ARCH}-${TAG}-v${VERSION}.zip" - # check edge-api + # build edge-api APINodeVersion=$(lookup-version $ROOT"/../../EdgeAPI/internal/const/const.go") echo "building edge-api v${APINodeVersion} ..." EDGE_API_BUILD_SCRIPT=$ROOT"/../../EdgeAPI/build/build.sh"