diff options
Diffstat (limited to 'src/Config.hs')
-rw-r--r-- | src/Config.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.hs b/src/Config.hs index 98b5aa5..fb9a527 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -78,6 +78,7 @@ instance FromYAML Config where parseJob :: Text -> Node Pos -> Parser DeclaredJob parseJob name node = flip (withMap "Job") node $ \j -> do let jobName = JobName name + jobId = jobName ( jobContainingCheckout, jobOtherCheckout ) <- partitionEithers <$> choice [ parseSingleCheckout =<< j .: "checkout" , parseMultipleCheckouts =<< j .: "checkout" |