From 19635839db861f6cbe3b5b24ecbfd4648982bee0 Mon Sep 17 00:00:00 2001 From: Gavin Jefferies Date: Fri, 7 Oct 2022 21:33:01 +0000 Subject: [PATCH] let the browser handle newlines --- scripts/add-PR-comment-for-deploy-to-dev.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/add-PR-comment-for-deploy-to-dev.sh b/scripts/add-PR-comment-for-deploy-to-dev.sh index 8cc5d6bb9..3e92702d8 100755 --- a/scripts/add-PR-comment-for-deploy-to-dev.sh +++ b/scripts/add-PR-comment-for-deploy-to-dev.sh @@ -42,16 +42,13 @@ make pull-infractl-from-dev-server bin/infractl -k -e localhost:8443 whoami \`\`\` -:warning: ***Any clusters that you start using your dev infra instance should have a lifespan shorter -then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance -ceases to exist when the development cluster is deleted.*** :warning: +:warning: ***Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted.*** :warning: ### Further Development :coffee: If you make changes, you can commit and push and CI will take care of updating the development cluster. -:rocket: If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), -you can get a faster update with: +:rocket: If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with: \`\`\` make local-data-dev-cycle