blob: fb2f81029f93256bd05e6b94debe23077d079b4a [file] [log] [blame]
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +01001#!/bin/bash
2# Ensure we fail the job if any steps fail
3set -e -o pipefail
4
5# client only init, tiller will not be installed
6helm init --client-only
7cd kubernetes/ || exit
8make repo
9cd ..