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.|]