From aa5bf312e850fea20bd05187dc29f79c39501e25 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 23:37:57 +0300 Subject: fix(tvl-buildkite): Use supported credential helper binary name Git only allows binary names prefixed with `git-credential-` if the path to the helper is not absolute. Why? Who knows. Change-Id: I216b2a621f62a73f05e21def7ec8016b29ede892 --- ops/modules/tvl-buildkite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix index fc0f45b8c029..20f8d3bbe492 100644 --- a/ops/modules/tvl-buildkite.nix +++ b/ops/modules/tvl-buildkite.nix @@ -18,7 +18,7 @@ let ln -s ${besadiiWithConfig "post-command"} $out/bin/post-command ''; - credentialHelper = pkgs.writeShellScriptBin "gerrit-creds" '' + credentialHelper = pkgs.writeShellScriptBin "git-credential-gerrit-creds" '' echo 'username=buildkite' echo "password=$(jq -r '.gerritPassword' /run/agenix/buildkite-besadii-config)" ''; -- cgit 1.4.1