summaryrefslogtreecommitdiff
path: root/src/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.hs')
-rw-r--r--src/Config.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.hs b/src/Config.hs
index 22bc89a..fb3a828 100644
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -208,6 +208,7 @@ loadJobSetForCommit commit = return . toJobSet =<< loadConfigForCommit =<< getCo
where
toJobSet configEither = JobSet
{ jobsetId = ()
+ , jobsetConfig = either (const Nothing) Just configEither
, jobsetCommit = Just commit
, jobsetExplicitlyRequested = []
, jobsetJobsEither = fmap configJobs configEither