fix(pipeline): HCL resources block must use newlines not semicolons
Some checks failed
Build and Deploy MoneyMaker / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy MoneyMaker / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -65,7 +65,10 @@ jobs:
|
|||||||
args = ["-c", "mkdir -p /host/moneymaker-data && chmod 777 /host/moneymaker-data && echo 'Created OK'"]
|
args = ["-c", "mkdir -p /host/moneymaker-data && chmod 777 /host/moneymaker-data && echo 'Created OK'"]
|
||||||
volumes = ["/opt/nomad/volumes:/host"]
|
volumes = ["/opt/nomad/volumes:/host"]
|
||||||
}
|
}
|
||||||
resources { cpu = 50; memory = 32 }
|
resources {
|
||||||
|
cpu = 50
|
||||||
|
memory = 32
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user