Commit 2291f431 by 李二毛

Merge branch 'development' into 'staging'

添加脚本

See merge request liermao/microservice-autodevopspipelines!111
parents 0775f11e e85484c0
Pipeline #4380 passed with stages
in 2 minutes 4 seconds
......@@ -33,6 +33,10 @@ function AddTailConfig()
if [ "${AllPublishable}" == "1" ];
then
AddHeadConfig "1" "0"
for servicePrefix in `ls ./src/Services|xargs -d '/'`
do
AddConfig "${servicePrefix}" "1"
done
AddTailConfig
echo "All micro-services will be released."
......
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