diff --git a/CICD/heat/heatcicdwrapper.sh b/CICD/heat/heatcicdwrapper.sh index 429c2cd9924f981e593834643c65f4a4820b6f60..abbd2ee6e7734b6126cc217bad45f858f5ee1958 100644 --- a/CICD/heat/heatcicdwrapper.sh +++ b/CICD/heat/heatcicdwrapper.sh @@ -16,7 +16,7 @@ fi STACKNAME=$2 -if [[ "$STACKNAME" == "$CICD"* ]]; then +if [[ "$STACKNAME" == "CICD"* ]]; then echo "CICD found in stackname. doing nothing" else STACKNAME="CICD"$STACKNAME @@ -24,7 +24,7 @@ fi -echo "[heatcicdwrapper] Prefixing Stackname with CICD. This is a safety feature because this script can also delete stacks" +echo "[heatcicdwrapper] Prefixing Stackname with CICD. This is a safety feature because this script can also delete stacks" $STACKNAME function check_stack_exists { if openstack stack list | grep -w $STACKNAME;