Shippable / support

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

Broken build #5082

Open sanjaybahrani opened 4 years ago

sanjaybahrani commented 4 years ago

Hi,

Facing issues during build. Builds are broken during CI.. Following is the link..

https://app.shippable.com/bitbucket/bncompass/user-ms/runs/1277/1/console

I thought it was code change but older builds are even failing.

Can you guide me what can be issue? This is production related issue and is critical and need quick eyes on it. Would appreciate if you look at it.

Thanks Sanjay

a-murphy commented 4 years ago

It looks like most of your errors are during npm install, where there is a /usr/bin/git checkout command that can't find a file by the name given. Since this most likely occurs while trying to install an npm module, that module may have changed. Unfortunately, we can't be more helpful than that because we don't know what's in your package.json or what scripts the npm module might have. Adding a command to cat the npm logs or upload them somewhere in the on_failure section may help by showing more information about when the error occurred.