Fix load revision jobs not failing if the extraction of data fails

This commit is contained in:
Christopher Baines 2021-03-25 17:57:48 +00:00
parent 0175914f79
commit 410f58cb43

View file

@ -1370,7 +1370,7 @@ WHERE job_id = $1")
store store
channel-derivations-by-system))) channel-derivations-by-system)))
(if store-item (if store-item
(begin (and
(extract-information-from conn store (extract-information-from conn store
guix-revision-id guix-revision-id
commit store-item) commit store-item)