gliderlabs/herokuish

Install only dependencies task

Closed this issue · 1 comments

Hey, is it possible to use only 'test-compile' task? I would like to install all dependencies in the project using heroku buildpack, prepare artifact and later run on this artifact several another tasks (in parallel) on CI server (GitLab in my case but this is irrelevant).

This is not currently possible. Feel free to file a PR to add this functionality if you wish :)