#!/bin/bash chart_path=library/common-test if [ ! $1 == "template" ]; then if [ $1 == "-f" ] && [ ! -z $2 ]; then extra_args=("-f" "$chart_path/ci/$2") fi fi function cleanup { if [ -d "$chart_path/charts" ]; then echo "๐Ÿงน Cleaning up charts..." rm -r "$chart_path/charts" rm "$chart_path/Chart.lock" fi } cleanup echo "Building common..." helm dependency update "$chart_path" if [ $1 == "template" ]; then echo "๐Ÿงช Running