Skip to content

Commit f14fa74

Browse files
committed
refactor(worker): rename wrongly named step in apply_deltas
it should always been `upload_project_directory` as there is no export
1 parent 14c2b9d commit f14fa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-qgis/qfc_worker/commands/apply_deltas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ def get_workflow( # type: ignore
11001100
workflow = Workflow(
11011101
id="apply_changes",
11021102
name="Apply Changes",
1103-
version="2.0",
1103+
version="3.0",
11041104
steps=[
11051105
Step(
11061106
id="start_qgis_app",
@@ -1138,7 +1138,7 @@ def get_workflow( # type: ignore
11381138
method=stop_app,
11391139
),
11401140
Step(
1141-
id="upload_exported_project",
1141+
id="upload_project_directory",
11421142
name="Upload Project",
11431143
arguments={
11441144
"project_id": project_id,

0 commit comments

Comments
 (0)