We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c70856 commit 8fb43a3Copy full SHA for 8fb43a3
run_demo.sh
@@ -639,12 +639,6 @@ if [[ -z "${chart_path}" ]]; then
639
chart_path="${script_dir}/diracx"
640
fi
641
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
-
648
if ! "${demo_dir}/helm" install --debug diracx-demo "${chart_path}" "${helm_arguments[@]}"; then
649
printf "%b Error using helm DiracX\n" ${WARN_EMOJI}
650
echo "Failed to run \"helm install\"" >> "${demo_dir}/.failed"
0 commit comments