Skip to content

Commit

Permalink
Add missing params in cji deploy (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored Oct 27, 2021
1 parent ba5e19d commit 24faa1d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion bonfire/bonfire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,17 @@ def _err_handler(err):

try:
cji_config = process_iqe_cji(
clowd_app_name, debug, marker, filter, env, image_tag, cji_name, template_file
clowd_app_name,
debug,
marker,
filter,
env,
image_tag,
cji_name,
template_file,
requirements,
requirements_priority,
test_importance,
)

log.debug("processed CJI config:\n%s", cji_config)
Expand Down

0 comments on commit 24faa1d

Please sign in to comment.