Open abdallalwy opened 7 years ago
Any help with this error:
While running Amazons CodeBuild using the Meanjs github repo,i am getting an error message in the 'Download Source" phase:
Message: YAML file does not exist
it seems that amazon is requesting a buildspec.yml file to complete the build
Any help with finding this file in this repo?
I have the same issue, have you found a fix?
Depending on the Project Language you have to create buildspec.yml file. Follwing is for PHP(Laravel)
version: 0.1 phases: pre_build: commands:
Any help with this error:
While running Amazons CodeBuild using the Meanjs github repo,i am getting an error message in the 'Download Source" phase:
Message: YAML file does not exist
it seems that amazon is requesting a buildspec.yml file to complete the build
Any help with finding this file in this repo?