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

Make branch optional. #55

Closed ejholmes closed 8 years ago

ejholmes commented 8 years ago

This makes the git branch optional in the api and docker builder, so you can trigger a build knowing only the git sha and repo. This does mean that if you do this, caching will essentially be disabled (it'll still try to pull the master branch first, which should give a pretty good layer cache).

phobologic commented 8 years ago

:+1: