Skip to content

Commit 1e04f68

Browse files
committed
Modified Variable name to be consistent across all blueprint
1 parent 36cd6be commit 1e04f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ deployment_groups:
143143
#!/bin/bash
144144
set -e -o pipefail
145145
ansible-pull \
146-
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C $(vars.build_from_git_ref) \
146+
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C $(vars.build_slurm_from_git_ref) \
147147
-i localhost, --limit localhost --connection=local \
148148
-e @/var/tmp/slurm_vars.json \
149149
ansible/playbook.yml

0 commit comments

Comments
 (0)