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

stage packages for upload before branch push #153

Closed jjhelmus closed 4 years ago

jjhelmus commented 4 years ago

When triggered from the pr-merged resource, run the the stage_for_upload job prior to push_branchto-feedstock jobs. This avoids a race condition between these jobs where the artifacts are deleted prior to staging if the pushbranch... jobs are run first.