concourse / concourse-pipeline-resource

!!! use the `set_pipeline` step instead !!!
https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.set_pipeline
MIT License
76 stars 41 forks source link

Fix bug introduced by #58. #59

Closed aledegano closed 5 years ago

aledegano commented 5 years ago

PR #58 introduced a bug where after a pipeline is set only the pipelines in the configuration are gotten.

However this step was also trying to "get" pipelines from teams other than the one currently logged in resulting in an error.

Signed-off-by: Alessandro Degano alessandro.degano@pix4d.com

aledegano commented 5 years ago

@vito I've introduced a bug in one of the latest PR. This is a quick fix for it, I'll try to introduce a test to check this in the near future.

vito commented 5 years ago

Thanks!

aledegano commented 5 years ago

Thank you and sorry for the noise!