Commit a7a67d50 authored by qa_quantgroup's avatar qa_quantgroup

update

parent a553245f
...@@ -4,16 +4,4 @@ grep "_by_name fail" log ...@@ -4,16 +4,4 @@ grep "_by_name fail" log
if [ $? = 0 ];then if [ $? = 0 ];then
exit -1 exit -1
fi fi
#grep "3_link_config_file_by_name fail" log echo "post_build_script finish"
#if [ $? = 0 ];then
# exit -1
#fi
#grep "4_build_by_name fail" log
#if [ $? = 0 ];then
# exit -1
#fi
#grep "5_restart_by_name fail" log
#if [ $? = 0 ];then
# exit -1
#fi
echo "deploy success~"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment