diff --git a/bin/wechat-devtools-test b/test/wechat-devtools-test similarity index 100% rename from bin/wechat-devtools-test rename to test/wechat-devtools-test diff --git a/tools/build-deb.sh b/tools/build-deb.sh index d045680..c297c30 100755 --- a/tools/build-deb.sh +++ b/tools/build-deb.sh @@ -1,8 +1,11 @@ #!/bin/bash root_dir=$(cd `dirname $0`/.. && pwd -P) -BUILD_VERSION=$1 - +echo $BUILD_VERSION +if [ -z "$BUILD_VERSION" ];then + export BUILD_VERSION=$1 +fi +echo $BUILD_VERSION cd $root_dir/res/deb pwd # docker-compose down