anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

add branches flag #145

Closed cjmartian closed 4 years ago

cjmartian commented 4 years ago

This PR adds the --branches flag. Using this flag you can either specify exactly one or n number of branches where n is equal to the number of feedstocks passed in.

If you do not pass in a branch it will default to the automated-build branch.

This still needs to figure out how to pull all of the correct things into the build tasks.