File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
run : |
72
72
npx cdk --app "npx tsx --no-warnings cdk/test-resources.ts" deploy --require-approval never
73
73
MOCK_HTTP_API_ENDPOINT=`aws cloudformation describe-stacks --stack-name ${{ env.STACK_NAME }}-test | jq -r '.Stacks[0].Outputs[] | select(.OutputKey == "apiURL") | .OutputValue' | sed -E 's/\/$//g'`
74
- ./cli.sh configure thirdParty nrfcloud apiEndpoint ${MOCK_HTTP_API_ENDPOINT}
74
+ ./cli.sh configure thirdParty/ nrfcloud/ apiEndpoint ${MOCK_HTTP_API_ENDPOINT}
75
75
./cli.sh configure thirdParty/nrfcloud/apiKey apiKey
76
76
77
77
- name : Deploy solution stack
@@ -105,7 +105,7 @@ jobs:
105
105
npx cdk destroy -f
106
106
npx cdk --app 'npx tsx --no-warnings cdk/test-resources.ts' destroy -f
107
107
./cli.sh fake-nrfcloud-account-device --remove
108
- ./cli.sh configure thirdParty nrfcloud apiEndpoint -X
108
+ ./cli.sh configure thirdParty/ nrfcloud/ apiEndpoint -X
109
109
./cli.sh configure thirdParty/nrfcloud/apiKey -X
110
110
111
111
release :
You can’t perform that action at this time.
0 commit comments