Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 816 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 816 Bytes

AWS CodeBuild User Guide

The open source version of the AWS CodeBuild docs. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under a modified MIT license. See the LICENSE-SAMPLECODE file.

Default branch

The default branch for this repo has changed to main. If you had cloned the previous default branch, please update your local repo to use the main branch. You can remove the previous branch from your local repo with the following commands.

git checkout main
git fetch --all --prune