Move display log in after_script

This commit is contained in:
VirtuBox
2019-09-02 00:54:22 +02:00
parent 29d2af4d7e
commit 45d926af7e
2 changed files with 5 additions and 3 deletions

View File

@@ -38,3 +38,8 @@ script:
- sudo wo stack status
- sudo wo stack purge --all --force
- sudo bash install --purge
after_script:
- sudo cat /etc/nginx/nginx.conf | ccze -A
- sudo cat /var/log/wo/wordops.log | ccze -A
- sudo cat /etc/mysql/my.cnf | ccze -A

View File

@@ -131,7 +131,4 @@ echo -e "${CGREEN}#############################################${CEND}"
echo -e ' various informations '
echo -e "${CGREEN}#############################################${CEND}"
wp --allow-root --info
cat /etc/nginx/nginx.conf | ccze -A
wo site info wp1.com
cat /etc/mysql/my.cnf | ccze -A
cat /var/log/wo/wordops.log | ccze -A