Skip to content

Fix version reference in build-image CI job

Duggan, John requested to merge 14-fix-build-image-pipeline into main

Summary of Changes

Changes $(VERSION) to ${VERSION} to fix an error when running the build-image job.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #14 (closed)

Merge request reports