Commit 44ef4376 by tingweiwang

Update update_configmap.sh

1 parent 59bf3ba6
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ echo "#################下载新版本的configmap配置模板#################" ...@@ -12,7 +12,7 @@ echo "#################下载新版本的configmap配置模板#################"
sleep 3 sleep 3
git clone -b $branch git@gitlab.seetatech.com:tingweiwang/configmap-kpl.git /root/configmap-kpl git clone -b $branch git@gitlab.seetatech.com:tingweiwang/configmap-kpl.git /root/configmap-kpl
echo "###########执行ansible roles渲染configmap配置文件#############" echo "###########执行ansible roles渲染configmap配置文件#############"
cd $seetaas_deploy_workspace && ansible-playbook -i environments/ksy/hosts replace-configmap.yml && ansible-playbook -i environments/ksy/hosts replace-configmap-autodl.ym cd $seetaas_deploy_workspace && ansible-playbook -i environments/ksy/hosts replace-configmap.yml && ansible-playbook -i environments/ksy/hosts replace-configmap-autodl.yml
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!