Skip to content

Commit 9fd8d42

Browse files
authored
Ensure vars set before asserting not installed (#164)
1 parent 5c7ff83 commit 9fd8d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm_chart/install_rig_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ get_standard_hyperpod_helm_release_name() {
586586
}
587587

588588
main() {
589-
assert_not_already_installed
590-
591589
ensure_yq_installed
592590

593591
set_script_variables
594592

593+
assert_not_already_installed
594+
595595
assert_supported_region
596596
assert_addons_enabled add_ons[@]
597597

0 commit comments

Comments
 (0)