Skip to content

Commit a1cba83

Browse files
Fix: use relative path for slurm_files build_dir (#5253)
Co-authored-by: Swarna Bharathi Mantena <swarnabm@google.com>
1 parent df5f30f commit a1cba83

File tree

1 file changed

+1
-1
lines changed
  • community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files

1 file changed

+1
-1
lines changed

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ resource "google_storage_bucket_object" "nodeset_tpu_config" {
171171
#########
172172

173173
locals {
174-
build_dir = abspath("${path.module}/build")
174+
build_dir = "${path.module}/build"
175175

176176
slurm_gcp_devel_controller_zip = "slurm-gcp-devel-controller.zip"
177177
slurm_gcp_devel_compute_zip = "slurm-gcp-devel.zip"

0 commit comments

Comments
 (0)