Skip to content

Commit fb4a33e

Browse files
authored
Fix clean up nfs (#1431)
1 parent cab9208 commit fb4a33e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

iac/provider-gcp/nomad/jobs/clean-nfs-cache.hcl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ job "filestore-cleanup" {
1717
}
1818

1919
task "filestore-cleanup" {
20-
driver = "raw_exec"
20+
driver = "raw_exec"
2121

22-
config {
22+
env {
23+
NODE_ID = "$${node.unique.name}"
24+
}
25+
26+
config {
2327
command = "local/clean-nfs-cache"
2428
args = [
2529
"--dry-run=${dry_run}",

0 commit comments

Comments
 (0)