Stanislav Gumeniuk

Results 5 comments of Stanislav Gumeniuk

Some times i have this problem too.

For docker i'm using this script: ``` #! /bin/sh while true; do if ps -ef |grep -v grep |grep "phpci:run-builds"; then echo "nothing todo" else echo "starting phpci cron" /phpci/console...

Same problem on OSX 10.11 ( El Capitan )