1
0
Fork 0

Fix build test-config build error

This commit is contained in:
Malte Brandy 2021-01-11 18:40:36 +01:00
parent d3e21ece7b
commit 69a13447a9

View file

@ -41,7 +41,7 @@ main = do
branch <- process <$> lookupEnv "BRANCH"
jobId <- getEnv "JOB"
runId <- getEnv "RUN"
setEnv "LAMINAR_REASON" [i|Building #{derivationName} for branch #{branch} in #{jobId}:#{runId}|]
setEnv "LAMINAR_REASON" [i|Building config branch #{branch} for all systems in #{jobId}:#{runId}|]
say [i|Starting builds of branch #{branch} for all systems.|]
mapConcurrently_ (\x -> laminarc ["run", x, [i|BRANCH=#{branch}|]]) jobs
say [i|Builds succeeded.|]