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

destroy pipeline flag #155

Closed cjmartian closed 4 years ago

cjmartian commented 4 years ago

This adds the --destroy-pipeline flag. It must be used along side the --push-branch and --stage-for-upload flags.

When the --destroy-pipeline flag is passed, the pipeline will be torn down after the artifacts are staged for upload and the recipe repo is updated.

jjhelmus commented 4 years ago

LGTM.