Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions automation/script/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ def rebuild_flags(
keys = sorted(command_dict.keys(), key=lambda x: x != "tags")

for key in keys:
if key in ["input", "output", "outdirname"]:
continue # We have the corresponding env keys in container env string
# Construct the full key with the prefix.
full_key = f"{prefix}.{key}" if prefix else key

Expand Down
Loading