modules(drone-exec-runner): enable /var free manipulation
This commit is contained in:
parent
3f6a760254
commit
e0433d22be
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ in
|
||||||
"/nix/"
|
"/nix/"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
TemporaryFileSystem = [
|
||||||
|
"/var:rw"
|
||||||
|
];
|
||||||
|
|
||||||
EnvironmentFile = [
|
EnvironmentFile = [
|
||||||
cfg.envFile
|
cfg.envFile
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue