1
0
Fork 0

Improve wording

This commit is contained in:
Malte Brandy 2021-01-12 08:21:45 +01:00
parent 7f8b044e97
commit 6ad77c7706
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -25,7 +25,7 @@ let
jobMay <- lookupEnv "GL_OPTION_CI_JOB"
whenJust jobMay $ \job -> do
args <- toString . Text.intercalate " " . fmap toText <$> getArgs
setEnv "LAMINAR_REASON" [i|Build triggered by push of branch #{args}|]
setEnv "LAMINAR_REASON" [i|Build triggered by push to branch #{args}|]
jobName <- decodeUtf8 <$> (laminarc ["queue", job, [i|BRANCH=#{args}|]] |> captureTrim)
say [i|Queued job #{jobName}.\nSee https://ci.maralorn.de/jobs/#{Text.replace ":" "/" jobName}|]
mirrorMay <- lookupEnv "GL_OPTION_MIRROR"