Skip to content

Commit bfda07d

Browse files
committed
CI: yq returns an unquoted string
1 parent e916386 commit bfda07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dockerfiles/integration/build-docker-args.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ruby_install_url="$(curl -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" -s htt
2020
golangci_lint_install_url="$(curl -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" -s https://api.github.com/repos/golangci/golangci-lint/releases/latest \
2121
| jq -r '.assets[] | select(.name | match("golangci-lint-[0-9]+.[0-9]+.[0-9]+-linux-amd64.tar.gz")) | .browser_download_url')"
2222

23-
uaa_release_url="$(yq '.[] | select(.release == "uaa").value.url' < bosh-deployment/uaa.yml)"
23+
uaa_release_url="$(yq -r '.[] | select(.release == "uaa").value.url' < bosh-deployment/uaa.yml)"
2424
java_install_prefix="/usr/lib/jvm"
2525

2626
gem_home="/usr/local/bundle"

0 commit comments

Comments
 (0)