Skip to content

Commit 60e5686

Browse files
Pin precheck script download to DYNAMO_VERSION tag instead of main
Co-authored-by: wolfgang-desalvador <118554802+wolfgang-desalvador@users.noreply.github.com> Agent-Logs-Url: https://github.com/Azure/ai-infrastructure-on-azure/sessions/1e1e7e15-f086-482c-b959-74d3518641d3
1 parent 3cd0334 commit 60e5686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure_references/aks/scripts/deploy-aks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)