Added CI Instructions for AWS Codebuild#7062
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
| commands: | ||
| - echo Entered the install phase... | ||
| - npm install | ||
| pre_build: |
There was a problem hiding this comment.
You can leave this phase out if it's not doing anything.
| phases: | ||
| install: | ||
| commands: | ||
| - echo Entered the install phase... |
There was a problem hiding this comment.
It probably isn't necessary to print this comment.
| ``` | ||
|
|
||
| 1. Trigger your first build with a git push. | ||
| 1. [Customize your AWS CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) if needed. |
There was a problem hiding this comment.
I think you mean "Customize your buildspec"?
No description provided.