Show error log

This commit is contained in:
Laurent Destailleur 2023-03-26 18:25:42 +02:00
parent 2ab510d746
commit b5bb93d3ba

View File

@ -57,7 +57,7 @@ addons:
env: env:
global: global:
# Set to true for very verbose output # Set to true for very verbose output
- DEBUG=false - DEBUG=true
jobs: jobs:
fast_finish: true fast_finish: true
@ -501,7 +501,7 @@ after_failure:
# Show upgrade log files # Show upgrade log files
for ficlog in `ls $TRAVIS_BUILD_DIR/*.log` for ficlog in `ls $TRAVIS_BUILD_DIR/*.log`
do do
echo "Debugging informations for file $ficlog" #echo "Debugging informations for file $ficlog"
#cat $ficlog #cat $ficlog
done done
# Show Apache log file # Show Apache log file