Dump nix store contents
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
d24ed003f9
commit
2ffb142634
|
@ -33,7 +33,7 @@ local NixStep(env) =
|
||||||
local prod = env == PROD;
|
local prod = env == PROD;
|
||||||
local output = if prod then '' else ' .#staging-site';
|
local output = if prod then '' else ' .#staging-site';
|
||||||
Step(env, 'nix build', [
|
Step(env, 'nix build', [
|
||||||
'echo test',
|
'ls /nix/store',
|
||||||
NIX + ' build' + output,
|
NIX + ' build' + output,
|
||||||
'cp -r result/* /site/',
|
'cp -r result/* /site/',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue