From bbe9b80ee8c65201acf5317045c6386745938d6d Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Mon, 24 Jun 2024 13:38:53 +0200 Subject: [PATCH] quote var --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ef317a..eef2dbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ trigger_doc_rebuild_in_main_project: project: hub/shiny-k8s branch: docs variables: - SOURCE_CI_PIPELINE_ID: ${SOURCE_CI_PIPELINE_ID} \ No newline at end of file + SOURCE_CI_PIPELINE_ID: "${SOURCE_CI_PIPELINE_ID}" \ No newline at end of file -- GitLab