Skip to content

Commit 60d66c8

Browse files
committed
chore(hooks): always run save_hooks_result
1 parent cc07840 commit 60d66c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/helmbroker/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_instance_hooks(instance_id, stage):
7070
result.append({"script": pre_script_file, "status": status, "output": output})
7171
else:
7272
logger.debug(f"skip running {post_script_file}")
73-
save_hooks_result(instance_id, result)
73+
save_hooks_result(instance_id, result)
7474
logger.debug(f"instance hook completed: {instance_id}, {instance_id}")
7575

7676

0 commit comments

Comments
 (0)