Fix syntax issue in gate_run.sh script
Change-Id: I98005ea6ac1457d89ef6636cf772155d7a7034d9 Closes-Bug: #1651388
This commit is contained in:
parent
95bb052fe7
commit
bbe4c0d768
@ -66,7 +66,7 @@ function collect_logs {
|
||||
done
|
||||
|
||||
# append .txt to all kolla config file
|
||||
find logs/kolla_configs -type -f -exec mv '{}' '{}'.txt \;
|
||||
find logs/kolla_configs -type f -exec mv '{}' '{}'.txt \;
|
||||
|
||||
# Compress all text logs
|
||||
find logs -iname '*.txt' -execdir gzip -9 {} \+
|
||||
|
Loading…
x
Reference in New Issue
Block a user