Update build-catalog.sh
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
a304278d50
commit
a32bcf03f9
3
.github/scripts/build-catalog.sh
vendored
3
.github/scripts/build-catalog.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user