Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: build orders & payment images
Browse files Browse the repository at this point in the history
Neither orders and payment MFE images were building successfully because
they were targeting the default release tag, which was
open-release/sumac.1. Given that this tag was not added to the upstream
repositories, build was failing. Here, we resolve this issue by
targeting open-release/sumac.master, just like we do for the ecommerce
and ecommerce-worker repositories.
  • Loading branch information
regisb committed Dec 16, 2024
1 parent 3d0c195 commit 5678b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorecommerce/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ def _add_ecommerce_mfe_apps(
{
"orders": {
"repository": "https://github.com/openedx/frontend-app-ecommerce.git",
"version": "open-release/sumac.master",
"port": 7296,
},
"payment": {
"repository": "https://github.com/openedx/frontend-app-payment.git",
"version": "open-release/sumac.master",
"port": 1998,
},
}
Expand Down

0 comments on commit 5678b28

Please sign in to comment.