From 27240e2688f6714464b82c91561794ad2e991e36 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 30 Jun 2021 15:40:58 -0400 Subject: [PATCH] unscrew the quoting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 371cb130..13dd6ad5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ unit-tests: script: - | # GRID is set in one of the "instantiations" of this job template. - "nix-shell --command "morph build morph/grid/${GRID}/grid.nix" + nix-shell --command "morph build morph/grid/${GRID}/grid.nix morph-build-localdev: -- GitLab