Skip to content

Commit 7e90729

Browse files
committed
ci: Update APIHOST from CI testbed
1 parent 013e35d commit 7e90729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
CF_CREDS=$(cat "${ROOT}"/environment/cf-creds.json)
1919

20-
TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"api.sys.\($credentials.name).cf-app.com"')
20+
TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '"$credentials.apihost"')
2121
export TEST_APIHOST
2222

2323
TEST_ADMIN_USERNAME=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.username')

0 commit comments

Comments
 (0)