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

Automated pipeline flag #141

Closed cjmartian closed 4 years ago

cjmartian commented 4 years ago

This is really messy and absolutely needs to be cleaned up.

It adds a flag, --automated-pipeline, to the one-off command that will change the pipeline to pull the recipe from github. It will then have a gated task that will only get ran when the master branch's meta.yaml gets updated. Right now that task does nothing, we should update this to make it do something more useful. Maybe it moves these packages to some staging area.

jjhelmus commented 4 years ago

LGTM, I'll submit a PR to fix up the broken test shortly.