From 9482a9f2528bddb576292eddf52af094f82bd18d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 30 Jun 2021 15:44:45 -0400 Subject: [PATCH] Put back the users.nix fixup --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae5d7151..91cbaa33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,11 @@ morph-build-localdev: variables: GRID: "local" + before_script: + - | + # The local grid configuration is *almost* complete enough to build. It + # just needs this tweak. + sed -i 's/undefined/\"unundefined\"/' morph/grid/${GRID}/public-keys/users.nix morph-build-testing: <<: *MORPH_BUILD -- GitLab