ci: do not exit when an error happens inside the section
Let CI handle that case as it did before. The only thing which needs to be done by the error() function is to get out of the section.
Fixes the issue where a job is not saving artifacts after failure. Fixes: 4cc0cec4 ("ci: implement unified sections")
Signed-off-by: David Heidelberg david.heidelberg@collabora.com