CI: Fix symlinks for failed build logs

Follow up to I5b5f323471676317a2898875cbbf297082328fcc. Logs are no
longer gzipped, so we do not need to modify the 000_FAILED_* symlinks.

Change-Id: I5df42ac0ff91b1b97537a4fbc33fc7970f29d60e
This commit is contained in:
Mark Goddard 2020-01-10 09:37:09 +00:00
parent 360d335e94
commit 63f773f569
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