Skip to content

Commit c868bd4

Browse files
committed
ci: fix TEST_APIHOST jq expression
1 parent f65273c commit c868bd4

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}" '"$credentials.api_url"')
20+
TEST_APIHOST=$(jq -n -r --argjson credentials "${CF_CREDS}" '$credentials.api_url')
2121
export TEST_APIHOST
2222

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

0 commit comments

Comments
 (0)