Fix travis
This commit is contained in:
@@ -157,7 +157,7 @@ stack_clean='fastcgi redis opcache all'
|
|||||||
for stack in $stack_clean; do
|
for stack in $stack_clean; do
|
||||||
echo -ne " cleaning $stack cache [..]\r"
|
echo -ne " cleaning $stack cache [..]\r"
|
||||||
if {
|
if {
|
||||||
wo stack clean --${stack}
|
wo clean --${stack}
|
||||||
} >> /var/log/wo/test.log; then
|
} >> /var/log/wo/test.log; then
|
||||||
echo -ne " cleaning $stack cache [${CGREEN}OK${CEND}]\\r"
|
echo -ne " cleaning $stack cache [${CGREEN}OK${CEND}]\\r"
|
||||||
echo -ne '\n'
|
echo -ne '\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user