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

write pr number to file #157

Closed cjmartian closed 3 years ago

cjmartian commented 3 years ago

Adds the logic to write a PR number to a file in the pipeline directory

jjhelmus commented 3 years ago

Would a better method be to include the pr_num file in the plan_and_recipes folder that is rsync-ed in https://github.com/conda/conda-concourse-ci/blob/master/conda_concourse_ci/execute.py#L912-L920? This would allow the contents of the file to be examined locally if needed.

jjhelmus commented 3 years ago

LGTM