nixos/buildkite-agent: remove obsolete config setting
Newer versions of buildkite-agent can find the bootstrap script themselves.
This commit is contained in:
parent
cf6463aa8c
commit
8132b24cdf
@ -220,7 +220,6 @@ in
|
|||||||
meta-data="${cfg.meta-data}"
|
meta-data="${cfg.meta-data}"
|
||||||
build-path="${cfg.dataDir}/builds"
|
build-path="${cfg.dataDir}/builds"
|
||||||
hooks-path="${cfg.hooksPath}"
|
hooks-path="${cfg.hooksPath}"
|
||||||
bootstrap-script="${pkgs.buildkite-agent}/share/bootstrap.sh"
|
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user