publish: fix missing task for creating new index
The task was missed which was causing the post pipeline to fail, this patch should fix it by adding the missing task. Change-Id: I13955b1c9ac3899325f7397da6bf5379b3991241
This commit is contained in:
parent
87535287f3
commit
52093576aa
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
- name: Create a new index
|
- name: Create a new index
|
||||||
when: _get_url.status_code == 404
|
when: _get_url.status_code == 404
|
||||||
|
shell: helm repo index {{ zuul.project.src_dir }}
|
||||||
|
|
||||||
- name: Merge into existing index
|
- name: Merge into existing index
|
||||||
when: _get_url.status_code == 200
|
when: _get_url.status_code == 200
|
||||||
|
Loading…
Reference in New Issue
Block a user