Php versions – Why codebuild.sh fails to run my local build?
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…