Skip to content

Commit

Permalink
fix: ttk env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Sep 21, 2023
1 parent ee70b24 commit 0ea6686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ services:
command:
- sh
- -c
- 'sed -e "s/K6_CALLBACK_FQDN/$$K6_CALLBACK_FQDN/g" environments/simulators-remote-k8s-env.json > environments/env.json && npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning/participants_perffsp -e environments/env.json --report-format html --report-target file://reports/ttk-provisioning-report.html'
- 'sed -e "s~K6_CALLBACK_FQDN~$$K6_CALLBACK_FQDN~g" -e "s~K6_SCRIPT_ADMIN_ENDPOINT_URL~$$K6_SCRIPT_ADMIN_ENDPOINT_URL~g" environments/simulators-remote-k8s-env.json > environments/env.json && npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning/participants_perffsp -e environments/env.json --report-format html --report-target file://reports/ttk-provisioning-report.html'
user: root
profiles:
- ttk-provisioning-simulators
Expand Down

0 comments on commit 0ea6686

Please sign in to comment.