ci: Slightly improve quoting of variables

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-11 14:26:50 +00:00
parent b7abe843e4
commit 7b5ee8cb75
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -28,7 +28,7 @@ variables:
G_MESSAGES_DEBUG: all G_MESSAGES_DEBUG: all
MESON_COMMON_OPTIONS: "--buildtype debug --wrap-mode=nodownload --fatal-meson-warnings" MESON_COMMON_OPTIONS: "--buildtype debug --wrap-mode=nodownload --fatal-meson-warnings"
# expected naming scheme for the release-service job # expected naming scheme for the release-service job
TARBALL_ARTIFACT_PATH: _build/meson-dist/$CI_PROJECT_NAME-$CI_COMMIT_TAG.tar.xz TARBALL_ARTIFACT_PATH: "_build/meson-dist/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.xz"
# Default CI job setup; contrast with `.only-origin`. # Default CI job setup; contrast with `.only-origin`.
# #