romansh
romansh
The same here with dotted navigation. I have tried a lot of things but without any success.
@urusaich, it was a while ago, and you probably already have a solution, but maybe this will be helpful for someone else. I got it working using this trick. ```...
@urusaich just checked. @task('test_deploy1', ['on' => 'web_new']) cd /var/www/html docker compose exec app sh -c "echo 1"
@urusaich just checked @task('test_deploy1', ['on' => 'web_new']) cd /var/www/html docker compose exec app sh -c "echo 1"
I was getting 'exited with code 137' errors (not 133, though). Moving to the selenium/standalone-chromium Docker image immediately fixed the issue. But I wasted a few days trying to fix...