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.
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.
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