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 013e35d commit 7e90729Copy full SHA for 7e90729
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}" '"api.sys.\($credentials.name).cf-app.com"')
+TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"$credentials.apihost"')
21
export TEST_APIHOST
22
23
TEST_ADMIN_USERNAME=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.username')
0 commit comments