Commit ab3d42f5 by tingweiwang

fix

1 parent 787b7a68
Showing with 2 additions and 2 deletions
......@@ -15,8 +15,8 @@ sed -i s@IMAGE@$IMAGE@g `find -type f -name "*.yaml"`
################################
recover_yaml() {
echo "恢复yaml模板"
sed -i s@$DOCKER_REGISTRY@DOCKER_REGISTR@g `find -type f -name "*.yaml"`
sed -i s@$IMAGE@IMAGE `find -type f -name "*.yaml"`
sed -i s@$DOCKER_REGISTRY@DOCKER_REGISTRY@g `find -type f -name "*.yaml"`
sed -i s@$IMAGE@IMAGE@g `find -type f -name "*.yaml"`
}
###################################
delt_all() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!