提交 ae0c2d84 编写于 作者: B barriery

fix ci

上级 dcb726f2
......@@ -892,6 +892,7 @@ EOF
# exit 1
#fi
#ps -ef | grep "web_service" | grep -v grep | awk '{print $2}' | xargs kill
#kill_server_process
#cd ..
;;
GPU)
......@@ -907,6 +908,7 @@ EOF
exit 1
fi
ps -ef | grep "web_service" | grep -v grep | awk '{print $2}' | xargs kill
kill_server_process
python local_pipeline_server.py >/dev/null &
sleep 5
......@@ -918,6 +920,7 @@ EOF
exit 1
fi
ps -ef | grep "web_service" | grep -v grep | awk '{print $2}' | xargs kill
kill_server_process
cd .. # pwd: /Serving/python/examples/pipeline
;;
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册