meanjs / mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
http://meanjs.org
MIT License
4.87k stars 1.98k forks source link

Amazon Codebuild error while building YAML_FILE_ERROR Message: YAML file does not exist #1865

Open abdallalwy opened 7 years ago

abdallalwy commented 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?

menocomp commented 6 years ago

I have the same issue, have you found a fix?

sharjeelz commented 5 years ago

Depending on the Project Language you have to create buildspec.yml file. Follwing is for PHP(Laravel)

version: 0.1 phases: pre_build: commands: