Closed alucillo closed 5 years ago
This resolves the following error with BitBucket cloud:
jq: error: syntax error, unexpected INVALID_CHARACTER (Unix shell quoting issues?) at <top-level>, line 2: | map(select(if .title | test('wip'; 'i') then false else true end)) jq: 1 compile error
I fixed it here: https://github.com/zarplata/concourse-git-bitbucket-pr-resource/pull/23
Apologies for the delay, I've been out on holiday. I've made the change requested. I tested it in a hijacked container and it seemed to work. Let me know what you think.
Thanks for fix
This resolves the following error with BitBucket cloud: