Skip to content

Commit

Permalink
Add warning about MD after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rehoumir committed Oct 11, 2024
1 parent 811381d commit 8ce664b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project_rossum_deploy/commands/migrate/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,10 @@ async def migrate_project(
2. set hook.secrets for migrated hooks
3. assign users to queues
4. assign workflows to queues
5. add datasets (if the target organization is different)
This applies only for newly created objects. Once these attributes are set on the target object, subsequent release commands keep the values.
"""
print(Panel(f"{hints}"))
print(Panel(f"{hints}", style="yellow"))
print(
Panel(
f"Finished {settings.MIGRATE_COMMAND_NAME}. Please check all messages printed during the process."
Expand Down

0 comments on commit 8ce664b

Please sign in to comment.