From b2fe4876e9482b1889aa7880029c28ef88a7baac Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 14 Jul 2021 13:37:44 -0400 Subject: [PATCH] Switch back to a more reasonable branch name. I hope I'm almost done with this branch. --- nixos/modules/update-deployment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/update-deployment b/nixos/modules/update-deployment index def09ba5..19599a4a 100755 --- a/nixos/modules/update-deployment +++ b/nixos/modules/update-deployment @@ -14,7 +14,7 @@ shift # triggered. case "${GRIDNAME}" in "local") - BRANCH="323.continuous-deployment" + BRANCH="develop" ;; "testing") -- GitLab