Commit 667e1657 authored by 智勇's avatar 智勇

up

parent 67ef40b6
...@@ -10,7 +10,7 @@ echo "NAMESPACE is $NAMESPACE" ...@@ -10,7 +10,7 @@ echo "NAMESPACE is $NAMESPACE"
# 运行qa工具 # 运行qa工具
echo "SYSTEM_NAME is $SYSTEM_NAME" echo "SYSTEM_NAME is $SYSTEM_NAME"
host=`curl -s http://qaapi.liangkebang.com/proconfig/get_info?system_name=${SYSTEM_NAME}&key=host_name` host=`curl -s "http://qaapi.liangkebang.com/proconfig/get_info?system_name=${SYSTEM_NAME}&key=host_name"`
echo "host: ${host}" echo "host: ${host}"
for entry in ./*tgz for entry in ./*tgz
......
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