use 'folder_path' to define current context

This commit is contained in:
Jakub Trllo 2024-02-21 15:02:57 +01:00
parent 73e7317d3a
commit 54b2fa9658
24 changed files with 49 additions and 49 deletions

View file

@ -106,7 +106,7 @@ class Commands:
context = get_global_context()
env = get_app_environments_for_context(
context["project_name"],
context["asset_name"],
context["folder_path"],
context["task_name"],
app_full_name,
launch_type=LaunchTypes.farm_publish,