Skip to content

Commit

Permalink
Fix static check by adding missing argument
Browse files Browse the repository at this point in the history
The static check task has a required arguments that were missing in the
isv hosted pipeline. This commit adds missing arguments and fixes the
pipeline.

Signed-off-by: Ales Raszka <[email protected]>
  • Loading branch information
Allda committed Nov 21, 2023
1 parent 871302b commit 1894968
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,16 @@ spec:
params:
- name: pipeline_image
value: "$(params.pipeline_image)"
- name: pull_request_url
value: "$(params.git_pr_url)"
- name: operator_name
value: "$(tasks.bundle-path-validation.results.package_name)"
- name: bundle_version
value: "$(tasks.bundle-path-validation.results.bundle_version)"
- name: github_token_secret_name
value: "$(params.github_token_secret_name)"
- name: github_token_secret_key
value: "$(params.github_token_secret_key)"
- name: test_suite
value: "operatorcert.static_tests.isv"
workspaces:
Expand Down

0 comments on commit 1894968

Please sign in to comment.