Try building without nix/store mount
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
a77b87a344
commit
4d0be4e6f7
|
@ -23,7 +23,7 @@ local Step(env, name, cmds, extras={}) =
|
||||||
image: 'nixos/nix:latest',
|
image: 'nixos/nix:latest',
|
||||||
volumes: [
|
volumes: [
|
||||||
{ name: 'site', path: '/site' },
|
{ name: 'site', path: '/site' },
|
||||||
{ name: 'cache', path: '/nix/store' },
|
// { name: 'cache', path: '/nix/store' },
|
||||||
],
|
],
|
||||||
commands: cmds,
|
commands: cmds,
|
||||||
when: WhenProd(prod),
|
when: WhenProd(prod),
|
||||||
|
|
Loading…
Reference in New Issue