Hello,
Since yesterday I have been getting this error:
A different version of jq is installed (jq-1.6); removing it curl: (3) URL using bad/illegal format or missing URL Exited with code exit status 3
I know circleci/jq@2.2.1 has been updated to handle the new home for jq and the jq repo was updated yesterday to correctly provide a jq-linux64 file, but In the jq install error when I clicked on see more I saw that JQ_SOURCE_URL and JQ_BINARY_URL were referring to the old repo:
https://api.github.com/repos/stedolan/jq/releases/tags/$JQ_VERSION
and https://api.github.com/repos/stedolan/jq/releases/tags/$JQ_VERSION
Hello, Since yesterday I have been getting this error:
A different version of jq is installed (jq-1.6); removing it curl: (3) URL using bad/illegal format or missing URL Exited with code exit status 3
I know
circleci/jq@2.2.1
has been updated to handle the new home for jq and the jq repo was updated yesterday to correctly provide a jq-linux64 file, but In the jq install error when I clicked on see more I saw thatJQ_SOURCE_URL
andJQ_BINARY_URL
were referring to the old repo:https://api.github.com/repos/stedolan/jq/releases/tags/$JQ_VERSION
and
https://api.github.com/repos/stedolan/jq/releases/tags/$JQ_VERSION