开源版本不运行sql.sh

This commit is contained in:
刘祥超
2021-11-18 08:56:13 +08:00
parent 783052a0b4
commit 2ca8aa4b44

View File

@@ -76,8 +76,10 @@ function build() {
fi fi
# build sql # build sql
echo "building sql ..." if [ $TAG = "plus" ]; then
${ROOT}/sql.sh echo "building sql ..."
${ROOT}/sql.sh
fi
# copy files # copy files
echo "copying ..." echo "copying ..."