Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
100 stars 28 forks source link

presence of .nvmrc causes build to fail at "postgres_start" #4758

Open lastobelus opened 5 years ago

lastobelus commented 5 years ago

Description of your issue:

When my rails project has a .nvmrc file, ci builds fail silently at the postgres_start step

failing build:

https://app.shippable.com/github/8834130/sp-fulfillment/runs/189/1/console

this build starts postgres (but fails later due to an unrelated issue). only difference is removal of .nvmrc:

https://app.shippable.com/github/8834130/sp-fulfillment/runs/190/1/console

a-murphy commented 5 years ago

Thank you for reporting this. It looks like the error may be related to the image used to run the jobs. We'll continue to investigate this and let you know when we know more.

rageshkrishna commented 5 years ago

@lastobelus I think I have an idea of what's going wrong here. Would you mind sharing your .nvmrc with me so I can confirm it? You can email it to ragesh@shippable.com if you'd rather not paste it here. Thanks!