You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutor overwrites values in config.yml, where I am trying to update the Registry for our openedx and mfe images, so they can be built on one system and promoted to production.
How to reproduce
edit the local config.yml in the TUTOR_ROOT directory.
Add:
I'd like to have it pull like it does the correct values TUTOR_VERSION and MFE_VERSION so the values mimic and get updated whenever the plugins and application are updated.
Environment
Ubuntu 24.04
tutor, version 19.0.1 Additional context
The text was updated successfully, but these errors were encountered:
Bug description
Tutor overwrites values in config.yml, where I am trying to update the Registry for our openedx and mfe images, so they can be built on one system and promoted to production.
How to reproduce
edit the local config.yml in the TUTOR_ROOT directory.
Add:
I'd actually like to use this, but MFE_VERSION isn't available to
tutor config save
run
tutor config save
Get the following output:
I'd like to have it pull like it does the correct values
TUTOR_VERSION
andMFE_VERSION
so the values mimic and get updated whenever the plugins and application are updated.Environment
Ubuntu 24.04
tutor, version 19.0.1
Additional context
The text was updated successfully, but these errors were encountered: