Skip to content

Remove set -u to avoid 'unbound variable' errors

What does this Merge Request do and why?

'Merge to main' CI pipelines won't have CI_MERGE_REQUEST_SOURCE_BRANCH_SHA set, combined with the set -u bash option was causing an unbound variable error. This MR addresses this.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1412 (closed)

Merge request reports