From: Vladimir Khlyunev Date: Wed, 27 Feb 2019 12:45:43 +0000 (+0400) Subject: Remove quotation mark from shell script X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9b5504f4e427621412ace1587a19ccfea1247795;p=tools%2Fsustaining.git Remove quotation mark from shell script Change-Id: I46a874c363b483c167ca5a6a22b21f25fcbac3e1 --- diff --git a/maintenance-ci/common/scripts/deploy_heat_stack.sh b/maintenance-ci/common/scripts/deploy_heat_stack.sh index 7a4ea07..0f48202 100755 --- a/maintenance-ci/common/scripts/deploy_heat_stack.sh +++ b/maintenance-ci/common/scripts/deploy_heat_stack.sh @@ -38,7 +38,7 @@ set -x echo "openstack stack create --wait -t ${HEAT_STACK_YAML} ${parameter_string} ${STACK_NAME}" | bash - openstack stack output show "${STACK_NAME}" --all cat >stack_data.sh <