Commit 6bd50ed6 by 据说甜蜜呢

调整注释位置

parent fbe6e8c5
Pipeline #4370 passed with stage
in 21 seconds
......@@ -11,9 +11,9 @@ GetReplicas replicas
if [ "${AllPublishable}" == "1" ];
then
echo "Tips: All micro-services will be scaled, replicas: [${replicas}]."
for servicePrefix in `ls ./src/Services|xargs -d '/'`
do
echo "All micro-services will be scaled, replicas: [${replicas}]."
GetServiceName ${servicePrefix} serviceName
AutoScaling ${namespace} ${serviceName} ${replicas}
done
......
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