ci: Fix a minor issue in prepare-artifacts.sh script
authorRohan Garg <rohan.garg@collabora.com>
Thu, 26 Aug 2021 13:00:40 +0000 (15:00 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 30 Aug 2021 14:52:08 +0000 (14:52 +0000)
commita6a89aaa2f2943532d99d9bc7b80106a1740f237
tree74d913129f668e96efd60c23d4d7e6f71ed00406
parent9df9fe7dfaee84a7152e3d0c0e7bc62db1e5d889
ci: Fix a minor issue in prepare-artifacts.sh script

bash is whitespace sensitive.
https://github.com/koalaman/shellcheck/wiki/SC1020

This was noticed from the logs of a CI job
https://gitlab.freedesktop.org/mesa/mesa/-/jobs/13158779
There was no fallout from this bug as not having this variable defined
leads to the right behavior, and defining it to 1 leads to a error
which consequently also leads to the right behaviour.

Signed-off-by: Rohan Garg <rohan.garg@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12562>
.gitlab-ci/prepare-artifacts.sh