Skip to content

Commit 8fb43a3

Browse files
authored
fix: Remove custom chart dependency build step
Removed the section that builds Helm chart dependencies for custom charts.
1 parent 9c70856 commit 8fb43a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

run_demo.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,12 +639,6 @@ if [[ -z "${chart_path}" ]]; then
639639
chart_path="${script_dir}/diracx"
640640
fi
641641

642-
# If using a custom chart, build its dependencies first
643-
if [[ "${chart_path}" != "${script_dir}/diracx" ]]; then
644-
printf "%b Building Helm chart dependencies for %s...\n" ${UNICORN_EMOJI} "${chart_path}"
645-
"${demo_dir}/helm" dependency build "${chart_path}"
646-
fi
647-
648642
if ! "${demo_dir}/helm" install --debug diracx-demo "${chart_path}" "${helm_arguments[@]}"; then
649643
printf "%b Error using helm DiracX\n" ${WARN_EMOJI}
650644
echo "Failed to run \"helm install\"" >> "${demo_dir}/.failed"

0 commit comments

Comments
 (0)