remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Add Codebuild as a builder #67

Closed ttaub closed 6 years ago

ejholmes commented 7 years ago

Took the liberty of pulling in the aws-sdk-go update separately in 1683f8cf4b0b5af079f1cbbb575de244ac07372c so that we can dedicate this PR to the codebuild builder.

The next time you work on this branch, you'll want to delete it locally, then check it out from github:

$ git checkout master
$ git pull
$ git branch -D add_codebuild
$ git checkout -t origin/add_codebuild

Some review coming...

ttaub commented 7 years ago

Sounds good, thanks for the thorough review.

ejholmes commented 6 years ago

Closing for now (see https://github.com/remind101/conveyor/pull/72#issuecomment-387282870)