Update build-catalog.sh

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 15:49:44 +01:00
committed by GitHub
parent a304278d50
commit a32bcf03f9

View File

@@ -3,6 +3,9 @@ set -o errexit
set -o nounset
set -o pipefail
cache_path="${cache_path:-'./tgz_cache'}"
mkdir -p "$cache_path"
include_questions(){
local chart="$1"
local chartname="$2"