Skip to content

Don't fail when unbound variables exist

What does this Merge Request do and why?

This MR fixes a situation where the verify:one-line-install CI job would fail with ASDF_DIR: unbound variable within the ${ASDF_DIR}/asdf.sh file. As we have no control over ${ASDF_DIR}/asdf.sh (it belongs to https://github.com/asdf-vm/asdf) we have no choice but to relax the set rules to not fail if an unbound variable is found.

This wasn't a problem for users however, just for CI.

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 #1431 (closed)

Edited by Ash McKenzie

Merge request reports