mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Disable run command hook
It's not enabled on the server anyway: https://github.com/NixOS/hydra/blob/master/doc/manual/src/plugins/RunCommand.md#security-properties
This commit is contained in:
parent
5788960258
commit
6572865e61
1 changed files with 0 additions and 4 deletions
|
|
@ -144,10 +144,6 @@
|
||||||
ln -s ${containerFile} $out/angestoepselt-site.tar.gz
|
ln -s ${containerFile} $out/angestoepselt-site.tar.gz
|
||||||
echo "file oci $out/angestoepselt-site.tar.gz" > $out/nix-support/hydra-build-products
|
echo "file oci $out/angestoepselt-site.tar.gz" > $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
|
|
||||||
runCommandHooks = {
|
|
||||||
inherit (base.packages.x86_64-linux) deployToProduction;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue