Shippable / support

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

build fails on Cleaning up git configs #5198

Open saeedsq opened 3 years ago

saeedsq commented 3 years ago

Error > fatal: unable to read config file '/root/.gitconfig': No such file or directory

a-murphy commented 3 years ago

I'm not sure what caused those to fail, but the unable to read config file error message did not cause the builds to fail. The container had already exited unexpectedly after the build_always section. Unfortunately, I haven't been able to find a likely cause in the console logs at this time.

saeedsq commented 3 years ago

It seems that the cause was having a file named .npmrc in home directory, when I started using project level .npmrc file, the build succeeded. Maybe .npmrc file in home directory has some sort of conflict with build image commands.