1
0
Fork 0

Try fixing branch

This commit is contained in:
Malte Brandy 2021-05-18 17:50:48 +02:00
parent c31a5df750
commit bb352d3b99

View file

@ -49,7 +49,7 @@ main = do
jobId <- getEnv "JOB"
runId <- getEnv "RUN"
git "clone" repo "."
git "checkout" "branch"
git "checkout" 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.|]