Can I commit to a different branch from pipelines?

moneal August 10, 2016

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.

1 answer

0 votes
Ramkumar K R August 13, 2016

I had a similar problem where I had a system which had dependencies required to be set up. I followed the approach

  1. Mock or Stub all network based dependencies while running tests.
  2. Have a custom docker image with all your system level dependencies installed.

Luckily for me, I found a docker image on docker hub which had most of the dependencies installed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events