mammoth-painting-63509
09/16/2021, 3:56 PMwebdriver
completely from a project?
We don't specify anything about that in our deploy.yml
, but there is still an entry for that in the docker-compose.yml
and I also see that service in the output of several docker/sdk
commands. (Background: We use the docker-sdk for integration tests in our CI pipeline and I'd like to remove as much clutter as possible)wooden-king-30682
09/16/2021, 3:59 PMservice:
webdriver: ~
Should do the trick: https://documentation.spryker.com/docs/deploy-file-reference-10mammoth-painting-63509
09/16/2021, 4:01 PM