Skip to content

No need for bash for display_debugging script

Ash McKenzie requested to merge 1263-job-failed-1387440952 into main

What does this Merge Request do and why?

Using /bin/bash causes the code_quality CI job to fail because it doesn't have bash installed so we use /bin/sh instead.

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

Merge request reports