Skip to content

Commit 6274832

Browse files
authored
[ISV-3560] Add missing when condition. (#439)
Co-authored-by: haripate <>
1 parent 8e4ca4b commit 6274832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ spec:
441441
- name: add-bundle-to-index
442442
runAfter:
443443
- acquire-lease
444+
when: *whenNotUndistributed
444445
taskRef:
445446
name: add-bundle-to-index
446447
params:

0 commit comments

Comments
 (0)