Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Sep 24, 2024
1 parent 45901cf commit 10a369f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tutor/commands/upgrade/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ def upgrade_from_maple(context: click.Context, config: Config) -> None:
def upgrade_from_olive(context: click.Context, config: Config) -> None:
# Note that we need to exec because the ora2 folder is not bind-mounted in the job
# services.
# context.invoke(compose.start, detach=True, services=["lms"])
# context.invoke(
# compose.execute,
# args=["lms", "sh", "-e", "-c", common_upgrade.PALM_RENAME_ORA2_FOLDER_COMMAND],
# )
# upgrade_mongodb(context, config, "4.2.17", "4.2")
# upgrade_mongodb(context, config, "4.4.22", "4.4")
context.invoke(compose.start, detach=True, services=["lms"])
context.invoke(
compose.execute,
args=["lms", "sh", "-e", "-c", common_upgrade.PALM_RENAME_ORA2_FOLDER_COMMAND],
)
upgrade_mongodb(context, config, "4.2.17", "4.2")
upgrade_mongodb(context, config, "4.4.22", "4.4")

intermediate_mysql_docker_image = common_upgrade.get_intermediate_mysql_upgrade(
config
Expand Down

0 comments on commit 10a369f

Please sign in to comment.