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:
Mohammed Naser 2020-09-18 16:16:50 -04:00
parent 87535287f3
commit 52093576aa
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
- name: Create a new index
when: _get_url.status_code == 404
shell: helm repo index {{ zuul.project.src_dir }}
- name: Merge into existing index
when: _get_url.status_code == 200