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/"
|
||||
];
|
||||
|
||||
TemporaryFileSystem = [
|
||||
"/var:rw"
|
||||
];
|
||||
|
||||
EnvironmentFile = [
|
||||
cfg.envFile
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue