From 1166401aec81f5c5c7288422fcf734b2f606a7a6 Mon Sep 17 00:00:00 2001 From: lwch Date: Wed, 12 Oct 2022 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3build=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 -- 1 file changed, 2 deletions(-) diff --git a/build b/build index b344055..8d3f8bf 100755 --- a/build +++ b/build @@ -1,7 +1,5 @@ #!/bin/sh -cd $(dirname $(realpath $0))/../../ - BUILD_VERSION=${BUILD_VERSION:-0.0.0} HASH=`git log -n1 --pretty=format:%h`