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

do not fail job if _netrc is not written #120

Closed jjhelmus closed 5 years ago

jjhelmus commented 5 years ago

Writing to the _netrc file can create a race condition if multiple builds are scheduled on the same worker. Failing to write this file should not fail the build although will result in private repositories not being accessable.