From 292320a83d7964f460bc72f4c322cd7284d8c9b1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 21:01:21 -0400 Subject: [PATCH] propagate to the Python process --- ci-tools/update-nixpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 4f13f43f..370184e7 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -36,7 +36,7 @@ setup_git() { setup_ssh setup_git -TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)" +export TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)" echo '{}' > morph/grid/local/public-keys/users.nix # nix-build -A morph -o result-before -- GitLab