Use helm to index repo

This commit is contained in:
Alexander Matyushentsev 2017-10-11 11:20:19 -07:00
parent 81c0c105ff
commit a0959ed344
3 changed files with 16 additions and 15 deletions

View file

@ -12,12 +12,12 @@ steps:
- CHECKOUT:
template: argo-checkout
- PREPARE:
image: ruby
image: hypnoglow/kubernetes-helm:v2.6.1
resources:
mem_mib: 500
cpu_cores: 0.1
command: ["sh", "-c"]
args: [ruby /src/scripts/publish.rb]
args: [cd /src && helm init --client-only && ./scripts/publish.sh]
inputs:
artifacts:
CODE: