Fix netdata purge

This commit is contained in:
VirtuBox
2019-09-02 02:13:29 +02:00
parent 45d926af7e
commit 525dc5494c
3 changed files with 10 additions and 9 deletions

View File

@@ -24,6 +24,13 @@ before_script:
- unset LANG
- sudo apt-get install --assume-yes --quiet git python3-setuptools python3-dev python3-apt ccze tree
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
- sudo bash install --purge
script:
- lsb_release -a
- sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig'
@@ -36,10 +43,3 @@ script:
- sudo wo update --travis
- 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