Skip to content
Snippets Groups Projects
Commit 6d5069cc authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove kolla-cli from cleanup-host script"

parents 2af37ecb 06f5ae36
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ for dir in $FOLDER_PATH*; do
[ "$dir" == "$FOLDER_PATH""globals.yml" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-build.conf" ] || \
[ "$dir" == "$FOLDER_PATH""config" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-cli" ] || \
[ "$dir" == "$FOLDER_PATH""certificates" ]; then
echo "Skipping:" $dir
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment