Skip to content

Commit

Permalink
fix: auto-build mfe image in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Dec 8, 2023
1 parent 75a64fa commit 084f09e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Auto-build "mfe" image during `dev/local launch` in nightly. (by @regisb)
4 changes: 4 additions & 0 deletions tutormfe/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ def _print_mfe_public_hosts(
def _build_3rd_party_dev_mfes_on_launch(
image_names: list[str], context_name: t.Literal["local", "dev"]
) -> list[str]:
if __version_suffix__:
# Build mfe image in nightly mode
image_names.append("mfe")

for mfe_name, _mfe_attrs in iter_mfes():
if __version_suffix__ or (
context_name == "dev" and mfe_name not in CORE_MFE_APPS
Expand Down

0 comments on commit 084f09e

Please sign in to comment.