Skip to content

Commit d9fa2bb

Browse files
committed
Fix distribution scope
1 parent 6c2a46c commit d9fa2bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iib/workers/tasks/build_containerized_fbc_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def handle_containerized_fbc_operation_request(
104104
from_index_resolved = prebuild_info['from_index_resolved']
105105
binary_image_resolved = prebuild_info['binary_image_resolved']
106106
arches = prebuild_info['arches']
107+
distribution_scope = prebuild_info['distribution_scope']
107108

108109
index_to_gitlab_push_map = index_to_gitlab_push_map or {}
109110
# Variables mr_details, last_commit_sha and original_index_db_digest

0 commit comments

Comments
 (0)