DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on • Updated on

Why codebuild.sh fails to run my local build?

Hello I try to test my build localy, but I have hard time to do so do you have any idea why?

Look for more info below:

I am trying to test locally my build without needing to upload my code all over the time. Therefore, I downloaded the codebuild.sh into my ubuntu machine and places into ~/.local/bin/codebuild_build.

Then I made it executable via:

chmod +x ~/.local/bin/codebuild_build

And with the following buildspec.yml:

version: 0.2
phases:

Top comments (0)