Skip to content

Commit

Permalink
Fix: Fix passing operator_csv_modifications_url param to orchestrator
Browse files Browse the repository at this point in the history
Accidentally this parameter was not passed to orchestrator and thus
option was effectivelly ignored.

CLOUDBLD-3976

Signed-off-by: Martin Bašti <[email protected]>
  • Loading branch information
MartinBasti committed Mar 18, 2021
1 parent 2c77ff2 commit fdf9b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions koji_containerbuild/plugins/builder_containerbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ def handler(self, src, target, opts=None):
compose_ids=opts.get('compose_ids', None),
skip_build=skip_build,
triggered_after_koji_task=triggered_after_koji_task,
operator_csv_modifications_url=opts.get('operator_csv_modifications_url'),
)

results = []
Expand Down

0 comments on commit fdf9b2f

Please sign in to comment.