Disable `bundle-install` for Nodejs app?

I have a node app that we deploy with Capistrano. CircleCI tries to run the bundle-install required for Capistrano, but I don’t need it to (it’s not a part of the application that needs testing). Is there anyway to disable it?

1 Like