fix(cgit-taz): Pin SSH into image via Nix
This commit is contained in:
parent
5894d521b9
commit
c551f35b03
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ in writeShellScriptBin "cgit-launch" ''
|
|||
${coreutils}/bin/mkdir -p /srv/git
|
||||
|
||||
# The SSH keys are placed in the container by Kubernetes.
|
||||
export GIT_SSH_COMMAND="${openssh}/bin/ssh -F /var/cgit/ssh_config"
|
||||
${git}/bin/git clone --mirror \
|
||||
-c http.sslcainfo=${cacert}/etc/ssl/certs/ca-bundle.crt \
|
||||
ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot \
|
||||
|
|
Loading…
Reference in a new issue