File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ echo "clear charts/yurt-coordinator in openyurtio/charts"
3333if [ -d " charts/charts/yurt-coordinator" ]
3434then
3535 echo " charts yurt-coordinator exists, remove it"
36- rm -r charts/charts/yurt-coordinator/*
37- else
38- mkdir -p charts/charts/yurt-coordinator
36+ rm -r charts/charts/yurt-coordinator
3937fi
4038
4139echo " clear charts/yurt-manager in openyurtio/charts"
7068
7169echo " copy folder openyurt/charts to openyurtio/charts/charts"
7270
73- cp -R openyurt/charts/yurt-coordinator/* charts/charts/yurt-coordinator/
7471cp -R openyurt/charts/yurt-manager/* charts/charts/yurt-manager/
7572cp -R openyurt/charts/yurthub/* charts/charts/yurthub/
7673cp -R openyurt/charts/yurt-iot-dock/* charts/charts/yurt-iot-dock/
You can’t perform that action at this time.
0 commit comments