Skip to content

Commit

Permalink
build: set payment-mfe default to false in sandbox config
Browse files Browse the repository at this point in the history
payment-mfe is currently failing in sandbox so setting it as false to enable
sandbox build success on master.
  • Loading branch information
UsamaSadiq committed Nov 15, 2024
1 parent 19e7777 commit 64ade31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class CreateSandbox {
booleanParam("authn",true,"Enable Authn MFE")
stringParam("authn_version","master","The repository version of the frontend-app-authn")

booleanParam("payment",true,"Enable Payment MFE")
booleanParam("payment",false,"Enable Payment MFE")
stringParam("payment_version","master","The repository version of the frontend-app-payment")

booleanParam("learning",true,"Enable Learning MFE")
Expand Down

0 comments on commit 64ade31

Please sign in to comment.