Merge "CI: Fix symlinks for failed build logs" into stable/train

This commit is contained in:
Zuul 2020-01-15 14:04:28 +00:00 committed by Gerrit Code Review
commit bc873519ae
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@
mv $f ${f/.log/.txt}
done
# Update symlinks to new file names
for f in $(find . -name "*FAILED*"); do
mv ${f} ${f}.gz
ln -sf ${f#*/000_FAILED_}.gz ${f}.gz
done
# append .txt to all kolla config file
find kolla_configs -type f -exec mv '{}' '{}'.txt \;