I already have a deploy system that pulls from a git branch. The problem is we need all dependencies to be included when we pull from it. Can we use pipelines to install the composer dependencies and comment them if the tests pass? We have a working system on codeship but I would prefer to keep it all on bitbucket.
I had a similar problem where I had a system which had dependencies required to be set up. I followed the approach
Luckily for me, I found a docker image on docker hub which had most of the dependencies installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.