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

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

View File

@ -72,12 +72,6 @@
mv $f ${f/.log/.txt} mv $f ${f/.log/.txt}
done 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 # append .txt to all kolla config file
find kolla_configs -type f -exec mv '{}' '{}'.txt \; find kolla_configs -type f -exec mv '{}' '{}'.txt \;
executable: /bin/bash executable: /bin/bash