blob: 23bcdce02696184e8c25b8130124d69caeae7b32 [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
Sylvain Desbureauxb92ab982021-01-04 11:03:25 +01006helm init --client-only --skip-refresh
7helm repo rm stable
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +01008cd kubernetes/ || exit
9make repo
10cd ..