Skip to content

Commit

Permalink
Merge pull request #468 from redhat-openshift-ecosystem/scorecard_debug2
Browse files Browse the repository at this point in the history
Set default value for scorecard directory
  • Loading branch information
mantomas authored Nov 5, 2024
2 parents 59a10ee + 922fabe commit 6ff221f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@

- name: "Create scorecard directory"
ansible.builtin.file:
path: "{{ operator_bundle_src_dir }}/{{ operator_package_name }}/{{ op_version }}/{{ annotations_vars.annotations['operators.operatorframework.io.test.config.v1'] }}"
path: "{{ operator_bundle_src_dir }}/{{ operator_package_name }}/{{ op_version }}/{{ annotations_vars.annotations['operators.operatorframework.io.test.config.v1'] | default('tests/scorecard/', true) }}"
state: directory
recurse: true

Expand Down

0 comments on commit 6ff221f

Please sign in to comment.