File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
infrastructure_references/aks/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -655,8 +655,8 @@ function dynamo_precheck() {
655655 TEMP_DIR=$( mktemp -d)
656656 pushd " ${TEMP_DIR} " > /dev/null
657657
658- # Download the precheck script from the Dynamo repository
659- local precheck_url=" https://raw.githubusercontent.com/ai-dynamo/dynamo/main /deploy/pre-deployment/pre-deployment-check.sh"
658+ # Download the precheck script from the Dynamo repository, pinned to DYNAMO_VERSION
659+ local precheck_url=" https://raw.githubusercontent.com/ai-dynamo/dynamo/v ${DYNAMO_VERSION} /deploy/pre-deployment/pre-deployment-check.sh"
660660 echo " ⏳ Downloading precheck script from ${precheck_url} ..."
661661 curl -fsSL -o pre-deployment-check.sh " ${precheck_url} "
662662 chmod +x pre-deployment-check.sh
You can’t perform that action at this time.
0 commit comments