1
0
Fork 0

Fix test-config.hs

This commit is contained in:
Malte Brandy 2021-05-18 18:05:23 +02:00
parent bb352d3b99
commit 4da384d9c6

View file

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