Skip to content

gitlab-ci: fix quoting of variables passed down to bare-metal runners

Eric Engestrom requested to merge eric/mesa:ci-fix into master

Eric Anholt identified the issue when merging one of my MRs: the variable contained words in '`' backticks, which caused them to be executed by the bare metal runner's shell.

Quote the value printed using bash's shell expansion feature to make sure anything in the future will be properly quoted.

/cc @anholt

Merge request reports