提交 507aa4dc 编写于 作者: B barriery

fix ci

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