Skip to content
Snippets Groups Projects
Commit 232b6a7d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

making stackname prefixing even more robust

parent e0f522bf
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -16,7 +16,7 @@ fi ...@@ -16,7 +16,7 @@ fi
STACKNAME=$2 STACKNAME=$2
if [[ "$STACKNAME" == *"$CICD"* ]]; then if [[ "$STACKNAME" == "$CICD"* ]]; then
echo "CICD found in stackname. doing nothing" echo "CICD found in stackname. doing nothing"
else else
STACKNAME="CICD"$STACKNAME STACKNAME="CICD"$STACKNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment