We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65273c commit c868bd4Copy full SHA for c868bd4
ci/integration-test.sh
@@ -17,7 +17,7 @@ fi
17
18
CF_CREDS=$(cat "${ROOT}"/environment/cf-creds.json)
19
20
-TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"$credentials.api_url"')
+TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.api_url')
21
export TEST_APIHOST
22
23
TEST_ADMIN_USERNAME=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.username')
0 commit comments