未验证 提交 c3e0fc3b 编写于 作者: I iducn 提交者: GitHub

add if to start.sh (#2241)

上级 f3f4e225
......@@ -3,6 +3,10 @@
DIR_PATH="/FluidDoc"
/bin/bash ${DIR_PATH}/scripts/check_code.sh
if [ $? -ne 0 ];then
echo "code format error"
exit 1
fi
/bin/bash ${DIR_PATH}/scripts/check_api_cn.sh
if [ $? -ne 0 ];then
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册