Merge "CI: Fix symlinks for failed build logs"

This commit is contained in:
Zuul 2020-01-13 00:07:33 +00:00 committed by Gerrit Code Review
commit 86d616bbe7
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 \;
executable: /bin/bash