fix(pipeline): HCL resources block must use newlines not semicolons
Some checks failed
Build and Deploy MoneyMaker / build-and-deploy (push) Has been cancelled

This commit is contained in:
Henrik Jess Nielsen
2026-05-27 09:26:59 +02:00
parent cd233a0c5a
commit 2e646eed94

View File

@@ -65,7 +65,10 @@ jobs:
args = ["-c", "mkdir -p /host/moneymaker-data && chmod 777 /host/moneymaker-data && echo 'Created OK'"]
volumes = ["/opt/nomad/volumes:/host"]
}
resources { cpu = 50; memory = 32 }
resources {
cpu = 50
memory = 32
}
}
}
}