chore(tvl-buildkite): Add jq and curl to agent paths
This is required for a simplification of the build pipeline (following CL) and needs to be in a separate commit as it can not be done atomically (merging the other commit to deploy it would immediately break pipelines otherwise). Change-Id: I5d8ec8f3238f79b5518d799486bf98d1d9516c43
This commit is contained in:
parent
59f97332b3
commit
a9dd719e7c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
inherit name;
|
||||
enable = true;
|
||||
tokenPath = "/etc/secrets/buildkite-agent-token";
|
||||
runtimePackages = with pkgs; [ curl jq ];
|
||||
hooks.post-command = "${buildkiteHooks}/bin/post-command";
|
||||
};
|
||||
}) agents);
|
||||
|
|
Loading…
Reference in a new issue