Skip to content

Simplify sha256 checksum file creation

What does this MR do?

Uses here-document syntax to create sha256 checksum file instead of the multiple echo commands.

Why was this MR needed?

Makes the code easier to read and maintain.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports