Skip to content

lava: Fix typo and prevent similar issues

Emanuele Aina requested to merge wip/em/fix-lava-urls into apertis/v2022dev0

The baseurl variable in the template was misspelt as base_url when the template was instantiated, resulting in LAVA jobs failing due to the invalid URLs generated:

Job error: Unsupported url protocol scheme:

Use set -u to ensure the shell loudly complains if we end up again using a variable that has not been explicitly set.

Broken job: https://lava.collabora.co.uk/scheduler/job/2872302 Fixed job: https://lava.collabora.co.uk/scheduler/job/2873295

Edited by Emanuele Aina

Merge request reports

Loading