gitlab-ci: fix quoting of variables passed down to bare-metal runners
authorEric Engestrom <eric@engestrom.ch>
Tue, 18 Aug 2020 22:47:16 +0000 (00:47 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 19 Aug 2020 21:53:31 +0000 (21:53 +0000)
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.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6389>


No differences found