Backport v2022 <- v2023dev3: Fix use of source_wip
Backport !104 (merged)
The use of source_wip allows to instruct QA Report App to avoid creating Gitlab issues for test failures. By default branches apertis/* should have source_wip set to false to allow to create issues. Unfortuantely the current code does not honor the source_wip computed during build-env.
Fix the issue by using SOURCE_WIP variable computed at build-env.
Signed-off-by: Walter Lozano walter.lozano@collabora.com