zarplata / concourse-git-bitbucket-pr-resource

:rocket: Concourse CI resource for tracking git branches of Bitbucket pull-requests
MIT License
34 stars 43 forks source link

Fix: don't remove --insecure when no ca cert #62

Closed asehra closed 2 years ago

asehra commented 2 years ago

This is a follow up to #61. When testing my branch from that PR I discovered that passing ca certificates worked on my new pipeline but the skip ssl verification option was broken on my other pipeline. I had made the changes in the PR on my local system but forgot to update my existing PR.

During testing I also discovered that the ssl_flag variable does not need quotes when interpolating in curl commands.

idr0id commented 2 years ago

Thanks for fix!