From d963f9ffef43b2979389535ba489abc4b0c76737 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Fri, 15 Mar 2019 16:37:48 +0400 Subject: [PATCH] Use correct JENKINS_LABEL variable in deploy_stack Change-Id: Icd6a863777b8126611663d945cbcebe6080530cf --- maintenance-ci/common/scripts/deploy_heat_stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance-ci/common/scripts/deploy_heat_stack.sh b/maintenance-ci/common/scripts/deploy_heat_stack.sh index d5dd2c9..c761d8f 100755 --- a/maintenance-ci/common/scripts/deploy_heat_stack.sh +++ b/maintenance-ci/common/scripts/deploy_heat_stack.sh @@ -24,7 +24,7 @@ if [[ ! -z "${IMAGE_NAME}" ]] ; then parameter_string="image=${IMAGE_NAME};$parameter_string" fi if [[ ! -z "${JENKINS_LABELS}" ]] ; then - parameter_string="jenkins_labels=${JENKINS_LABEL};$parameter_string" + parameter_string="jenkins_labels=${JENKINS_LABELS};$parameter_string" fi parameter_string=$(sed 's/;$//' <<< $parameter_string) -- 2.45.2