mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
Another attempt at getting good debug output from Travis.
This commit is contained in:
parent
d15399ead9
commit
af3a1d154c
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,8 @@ before_install:
|
|||
- sudo apt-get autoremove
|
||||
- sudo apt-get autoclean
|
||||
- sudo rm -rf /var/lib/mysql
|
||||
- sudo rm -rf /var/log/mysql
|
||||
- sudo truncate -s 0 /var/log/mysql/error.log
|
||||
- sudo truncate -s 0 /var/log/mysql/slow.log
|
||||
|
||||
install:
|
||||
# Install Ansible.
|
||||
|
@ -38,7 +39,6 @@ script:
|
|||
|
||||
# Some MySQL debugging (show all the logs).
|
||||
- "sudo ls -lah /var/log"
|
||||
- "sudo ls -lah /var/log/mysql"
|
||||
- "sudo cat /var/log/mysql/error.log"
|
||||
- "sudo cat /var/log/mysql/slow.log"
|
||||
|
||||
|
|
Loading…
Reference in a new issue