Skip to content

Add double quotes around bash arguments in ci/release_docker_images

What does this MR do?

Adds double quotes around bash arguments.

Why was this MR needed?

This syntax is preferred to prevent globbing and word splitting. This also makes the GoLang linter happy.

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