Skip to content

Commit

Permalink
fix(kfluxbugs-1142) make related image check work with yaml and json
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cole <[email protected]>
  • Loading branch information
14rcole committed Jun 24, 2024
1 parent 08fdf92 commit f9dddc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
trap 'handle_error $(results.TEST_OUTPUT.path)' EXIT
FAILEDIMAGES=""
catalog="$(find $(workspaces.workspace.path)/hacbs/fbc-validation/ -name catalog.yaml)"
catalog="$(opm render configs/)"
# OPM generates catalog file in a way that yaml file could contain stream of JSON objects
# thats why we need jq in for this situation, because yq can't parse this file
Expand Down

0 comments on commit f9dddc8

Please sign in to comment.