From 74e7134f031dfbe14a03aa08b8fe3f03ea88a31c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 19:06:15 -0400 Subject: [PATCH] does this let us have a ~/.ssh? --- ci-tools/update-nixpkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 1d673abe..4e573981 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -12,6 +12,8 @@ set -eux -o pipefail HOST="whetstone.private.storage" setup_ssh() { + export HOME="${PWD}" + # -s makes the output sh compatible, in case it can't detect this for # itself. eval $(ssh-agent -s) -- GitLab