chef-boneyard / delivery-truck

DEPRECATED: Delivery build cb for pipelines
Apache License 2.0
35 stars 48 forks source link

New project changed_cookbooks detection broken #8

Closed ndobson closed 9 years ago

ndobson commented 9 years ago

Once a project is merged and the build stage is triggered, we are seeing undefined method[]' for nil:NilClasswhen referencingchanged_cookbooks`. Looking at the code here it seems like a first merge problem, the build stage passes after subsequent merges. My guess is that there isn't a 2nd to last merge in master and that's the issue.

tduffield commented 9 years ago

Oh that is an interesting problem. We've been working on a few updates that should address this problem though. I'll keep this issue open to track it.

tduffield commented 9 years ago

v1.99.0 should address this issue.

ndobson commented 9 years ago

Awesome, thanks @tduffield

afiune commented 9 years ago

I am closing this issue in favor of the v1.99.0 .. If the problem persist we can re-open it. :smile: