From 4da384d9c62d44e83c64e6e5b2bf310888ec82c6 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 18 May 2021 18:05:23 +0200 Subject: [PATCH] Fix test-config.hs --- nixos/roles/laminar/test-config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/laminar/test-config.hs b/nixos/roles/laminar/test-config.hs index ab51e892..7963ceaf 100644 --- a/nixos/roles/laminar/test-config.hs +++ b/nixos/roles/laminar/test-config.hs @@ -49,7 +49,7 @@ main = do jobId <- getEnv "JOB" runId <- getEnv "RUN" git "clone" repo "." - git "checkout" branch + git "checkout" (toString branch) (Text.dropAround ('"' ==) . decodeUtf8 . trim -> derivationName) <- nix_instantiate "test.nix" |> captureTrim setEnv "LAMINAR_REASON" [i|Building config branch #{branch} for all systems in #{jobId}:#{runId}|] say [i|Starting builds of branch #{branch} for all systems.|]