File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gitlab_templates/gitlab_ci_templates
terraform/k8s-apps-setup/mojaloop-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ variables:
148148 allow_failure : true
149149 when : manual
150150 script :
151- - git clone -b MBP-137 https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
151+ - git clone -b master https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
152152 - exit_code=0
153153 - cd ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui/ui-tests/tests
154154 - echo ${SLACK_TOKEN}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ resource "helm_release" "bof" {
124124 test_user_password = vault_generic_secret.bizops_portal_user_password[" test1" ].data.value
125125 report_tests_payer = " payerfsp"
126126 report_tests_payee = " payeefsp"
127- report_tests_currency = " USD "
127+ report_tests_currency = var.ttk_test_currency1
128128 })
129129 ]
130130 provider = helm. helm-main
You can’t perform that action at this time.
0 commit comments